Skip to content

Commit d0c0e9d

Browse files
joseluisqsnyk-bot
andauthored
fix: docker/alpine/Dockerfile to reduce vulnerabilities (#23)
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 9c41996 commit d0c0e9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM alpine:3.23.2 as build
1+
FROM --platform=$BUILDPLATFORM alpine:3.23.3 as build
22

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

21-
FROM alpine:3.23.2
21+
FROM alpine:3.23.3
2222

2323
ARG PAKET_VERSION=0.0.0
2424
ENV PAKET_VERSION=${PAKET_VERSION}

0 commit comments

Comments
 (0)