Skip to content

Commit

Permalink
Merge pull request #1239 from uselagoon/renovate/main-alpine-3.21.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.21.3 (main)
  • Loading branch information
tobybellwood authored Feb 15, 2025
2 parents edb4499 + eda5de6 commit 9716753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/commons/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM webdevops/go-crond:23.12.0-alpine AS go-crond
FROM amazeeio/envplate:v1.0.3 AS envplate

FROM alpine:3.21.2
FROM alpine:3.21.3

ARG LAGOON_VERSION
ENV LAGOON_VERSION=$LAGOON_VERSION
Expand Down
2 changes: 1 addition & 1 deletion images/mongo/4.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons AS commons
FROM alpine:3.21.2
FROM alpine:3.21.3

ARG LAGOON_VERSION
ENV LAGOON_VERSION=$LAGOON_VERSION
Expand Down

0 comments on commit 9716753

Please sign in to comment.