We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e120af + 824f7d1 commit 6537036Copy full SHA for 6537036
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.10-alpine3.19 ghcr.io/mealie-recipes/mealie:v2.8.0" \
+ --label="org.nethserver.images=docker.io/postgres:16-alpine ghcr.io/mealie-recipes/mealie:v3.0.0" \
49
"${container}"
50
# Commit the image
51
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments