Skip to content

Commit 5e120af

Browse files
authored
Merge pull request #2 from phillopp/renovate/postgres-15.x
Update postgres Docker tag to v15.10
2 parents 4575760 + 7ae9d7d commit 5e120af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ buildah config --entrypoint=/ \
4545
--label="org.nethserver.authorizations=traefik@node:routeadm" \
4646
--label="org.nethserver.tcp-ports-demand=1" \
4747
--label="org.nethserver.rootfull=0" \
48-
--label="org.nethserver.images=docker.io/postgres:15.8-alpine3.19 ghcr.io/mealie-recipes/mealie:v2.8.0" \
48+
--label="org.nethserver.images=docker.io/postgres:15.10-alpine3.19 ghcr.io/mealie-recipes/mealie:v2.8.0" \
4949
"${container}"
5050
# Commit the image
5151
buildah commit "${container}" "${repobase}/${reponame}"

0 commit comments

Comments
 (0)