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 5cfa616 commit 864a7c6Copy full SHA for 864a7c6
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
ARG VERSION
2
3
###Build
4
-FROM --platform=${BUILDPLATFORM} alpine:3.22.4 AS build
+FROM --platform=${BUILDPLATFORM} alpine:3.23.4 AS build
5
ARG VERSION \
6
BUILDPLATFORM \
7
TARGETPLATFORM
@@ -19,7 +19,7 @@ RUN apk update && \
19
rm $(basename $ASSETURL)
20
21
###Run
22
-FROM alpine:3.22.4
+FROM alpine:3.23.4
23
24
WORKDIR /usr/local/bin/autodarts
25
COPY --from=build /autodarts .
0 commit comments