Skip to content

Commit

Permalink
Bump debian from 10.9-slim to 10.10-slim (#14)
Browse files Browse the repository at this point in the history
Bumps debian from 10.9-slim to 10.10-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2021
1 parent 1bb2f8c commit 780af85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:10.9-slim as stubby
FROM debian:10.10-slim as stubby

ARG GETDNS_VERSION="1.6.0"
ENV GETDNS_VERSION=${GETDNS_VERSION}
Expand Down Expand Up @@ -44,7 +44,7 @@ RUN gpg --import willem.nlnetlabs.nl \
&& strip -s /usr/local/bin/stubby \
&& strip -s /usr/local/lib/libgetdns.so.10

FROM debian:10.9-slim
FROM debian:10.10-slim

SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]

Expand Down

0 comments on commit 780af85

Please sign in to comment.