Skip to content

Commit

Permalink
Merge pull request cloudflare#467 from cloudflare/dependabot/docker/d…
Browse files Browse the repository at this point in the history
…ebian-stable-20221205

Bump debian from stable-20221114 to stable-20221205
  • Loading branch information
prymitive authored Dec 6, 2022
2 parents a38917e + 7d41174 commit 1eb1303
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-20221114
FROM debian:stable-20221205
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 1eb1303

Please sign in to comment.