Skip to content

Commit ad1efba

Browse files
Update alpine Docker tag to v3.23.0 (#438)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Roberto Cella <[email protected]>
1 parent b2b8b8e commit ad1efba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ COPY --from=mwader/static-ffmpeg:7.0.2 /ff* /usr/bin/
88
COPY . .
99
RUN --mount=type=cache,target=/root/.gradle ./gradlew check installDist --no-daemon
1010

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

1513
COPY --from=builder /usr/bin/ff* /usr/bin/
1614
COPY --from=builder /app/build/install/Stickerify/ .

0 commit comments

Comments
 (0)