Skip to content

Commit 4f2292b

Browse files
feat(container): update image alpine to v3.22
1 parent 9aeb1f0 commit 4f2292b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM vaultwarden/server:1.30.5-alpine as vaultwarden
1313
#
1414
# Supercronic
1515
#
16-
FROM alpine:3.19 as supercronic
16+
FROM alpine:3.22 as supercronic
1717

1818
ARG SUPERCRONIC_VERSION
1919
ARG OVERMIND_VERSION
@@ -29,7 +29,7 @@ RUN wget "$SUPERCRONIC_URL" && chmod +x "$SUPERCRONIC"
2929
#
3030
# Overmind
3131
#
32-
FROM alpine:3.19 as overmind
32+
FROM alpine:3.22 as overmind
3333

3434
ARG OVERMIND_VERSION
3535
ARG SUPERCRONIC

0 commit comments

Comments
 (0)