We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4575760 + 7ae9d7d commit 5e120afCopy full SHA for 5e120af
1 file changed
build-images.sh
@@ -45,7 +45,7 @@ buildah config --entrypoint=/ \
45
--label="org.nethserver.authorizations=traefik@node:routeadm" \
46
--label="org.nethserver.tcp-ports-demand=1" \
47
--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" \
+ --label="org.nethserver.images=docker.io/postgres:15.10-alpine3.19 ghcr.io/mealie-recipes/mealie:v2.8.0" \
49
"${container}"
50
# Commit the image
51
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments