Skip to content

Commit

Permalink
Bump debian from stable-20220711 to stable-20220801
Browse files Browse the repository at this point in the history
Bumps debian from stable-20220711 to stable-20220801.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2022
1 parent c6f8a75 commit 4d5d3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /src
RUN apk add make git
RUN make

FROM debian:stable-20220711
FROM debian:stable-20220801
RUN apt-get update --yes && \
apt-get install --no-install-recommends --yes git ca-certificates && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 4d5d3cd

Please sign in to comment.