Skip to content

Commit

Permalink
Merge pull request #421 from uselagoon/renovate/main-alpine-3.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Mar 17, 2022
2 parents 61f6fdb + f62efb6 commit 396c5b3
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:21.5.0-alpine AS go-crond
FROM amazeeio/envplate:v1.0.0-rc.3 AS envplate

FROM alpine:3.15.0
FROM alpine:3.15.1

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"
Expand Down
2 changes: 1 addition & 1 deletion images/mariadb/10.6.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.15.0
FROM alpine:3.15.1

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"
Expand Down

0 comments on commit 396c5b3

Please sign in to comment.