Skip to content

Commit 49a276b

Browse files
chore(deps): update alpine docker tag to v3.24.0 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 864a7c6 commit 49a276b

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.23.4 AS build
4+
FROM --platform=${BUILDPLATFORM} alpine:3.24.0 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.23.4
22+
FROM alpine:3.24.0
2323

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

0 commit comments

Comments
 (0)