Skip to content

Commit

Permalink
Merge pull request #669 from cloudflare/dependabot/docker/debian-stab…
Browse files Browse the repository at this point in the history
…le-20230703

Bump debian from stable-20230612 to stable-20230703
  • Loading branch information
prymitive committed Jul 5, 2023
2 parents 9bf8f28 + 5342d45 commit 8b33e69
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-20230612
FROM debian:stable-20230703
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 8b33e69

Please # to comment.