We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c41996 commit d0c0e9dCopy full SHA for d0c0e9d
1 file changed
docker/alpine/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM alpine:3.23.2 as build
+FROM --platform=$BUILDPLATFORM alpine:3.23.3 as build
2
3
ARG TARGETPLATFORM
4
ARG PAKET_VERSION=0.0.0
@@ -18,7 +18,7 @@ RUN set -ex; \
18
rm -rf /tmp/paket.tar.gz paket-v${PAKET_VERSION}-${target}; \
19
chmod +x /usr/local/bin/paket
20
21
-FROM alpine:3.23.2
+FROM alpine:3.23.3
22
23
24
ENV PAKET_VERSION=${PAKET_VERSION}
0 commit comments