Skip to content

Commit 759ec85

Browse files
Update alpine Docker tag to v3.23.0
1 parent 2da3a8a commit 759ec85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.gradle ./gradlew check installDist --no-dae
1010

1111
# bump: alpine /FROM alpine:([\d.]+)/ docker:alpine|^3
1212
# bump: alpine link "Release notes" https://alpinelinux.org/posts/Alpine-$LATEST-released.html
13-
FROM alpine:3.22.2
13+
FROM alpine:3.23.0
1414

1515
COPY --from=builder /usr/bin/ff* /usr/bin/
1616
COPY --from=builder /app/build/install/Stickerify/ .

0 commit comments

Comments
 (0)