Skip to content

Commit

Permalink
fix: 1.14.5/bullseye/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 4, 2024
1 parent ccd937b commit 7c1eb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1.14.5/bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11.6-slim AS verify
FROM debian:bullseye-20240701-slim AS verify

WORKDIR /verify

Expand Down Expand Up @@ -55,7 +55,7 @@ RUN set -ex && ARCHITECTURE=$(dpkg --print-architecture) \
&& grep ${RLS_FILE_NAME} SHASUMS | sha256sum -c \
&& mv ${RLS_FILE_NAME} dogecoin.tar.gz

FROM debian:11.6-slim AS final
FROM debian:bullseye-20240701-slim AS final


ENV USER=dogecoin
Expand Down

0 comments on commit 7c1eb1a

Please sign in to comment.