Skip to content

Commit

Permalink
Merge pull request #13 from joseluisq/snyk-fix-5064df525825765b9a8c44…
Browse files Browse the repository at this point in the history
…b922c25725

[Snyk] Security upgrade alpine from 3.17 to 3.18
  • Loading branch information
joseluisq authored Nov 25, 2023
2 parents cab7c80 + 86ca211 commit d175643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM alpine:3.17 as build
FROM --platform=$BUILDPLATFORM alpine:3.18 as build

ARG TARGETPLATFORM
ARG PAKET_VERSION=0.0.0
Expand All @@ -18,7 +18,7 @@ RUN set -ex; \
rm -rf /tmp/paket.tar.gz paket-v${PAKET_VERSION}-${target}; \
chmod +x /usr/local/bin/paket

FROM alpine:3.17
FROM alpine:3.18

ARG PAKET_VERSION=0.0.0
ENV PAKET_VERSION=${PAKET_VERSION}
Expand Down

0 comments on commit d175643

Please sign in to comment.