Skip to content

Commit 1f076f1

Browse files
chore(deps): update alpine docker tag to v3.24.1
1 parent 49a276b commit 1f076f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG VERSION
22

33
###Build
4-
FROM --platform=${BUILDPLATFORM} alpine:3.24.0 AS build
4+
FROM --platform=${BUILDPLATFORM} alpine:3.24.1 AS build
55
ARG VERSION \
66
BUILDPLATFORM \
77
TARGETPLATFORM
@@ -19,7 +19,7 @@ RUN apk update && \
1919
rm $(basename $ASSETURL)
2020

2121
###Run
22-
FROM alpine:3.24.0
22+
FROM alpine:3.24.1
2323

2424
WORKDIR /usr/local/bin/autodarts
2525
COPY --from=build /autodarts .

0 commit comments

Comments
 (0)