Skip to content

Commit

Permalink
Merge pull request #18 from xanimo/snyk-fix-c730a0b12d67ea09cc21cc096…
Browse files Browse the repository at this point in the history
…f12d4a9

[Snyk] Security upgrade debian from bullseye-slim to 11.6-slim
  • Loading branch information
xanimo authored Apr 12, 2023
2 parents 49f81cd + 9f64eaf commit ccd937b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.3-slim AS verify
FROM debian:11.6-slim AS verify

WORKDIR /verify

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

FROM debian:11.3-slim AS final
FROM debian:11.6-slim AS final


ENV USER=dogecoin
ENV DATADIR=/${USER}/.dogecoin
Expand Down

0 comments on commit ccd937b

Please sign in to comment.