Skip to content

Commit

Permalink
Merge pull request #335 from uselagoon/renovate/main-postgres-12.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v12.9 (main)
  • Loading branch information
tobybellwood authored Nov 12, 2021
2 parents de805d9 + 090f05a commit 327e744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/postgres/12.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons as commons
# alpine 3.12 from https://github.com/docker-library/postgres/blob/6f58eab268f60c9dfcfe8a7e3fba7499f239236b/12/alpine/Dockerfile
FROM postgres:12.8-alpine
FROM postgres:12.9-alpine

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 327e744

Please sign in to comment.