Skip to content

Commit 864a7c6

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

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

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

0 commit comments

Comments
 (0)