Skip to content

Commit

Permalink
feat(container): update image alpine to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 72afe71 commit fbb4b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM vaultwarden/server:1.30.5-alpine as vaultwarden
#
# Supercronic
#
FROM alpine:3.19 as supercronic
FROM alpine:3.21 as supercronic

ARG SUPERCRONIC_VERSION
ARG OVERMIND_VERSION
Expand All @@ -29,7 +29,7 @@ RUN wget "$SUPERCRONIC_URL" && chmod +x "$SUPERCRONIC"
#
# Overmind
#
FROM alpine:3.19 as overmind
FROM alpine:3.21 as overmind

ARG OVERMIND_VERSION
ARG SUPERCRONIC
Expand Down

0 comments on commit fbb4b5e

Please sign in to comment.