We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af9747d + fd5a3bf commit 872a1e3Copy full SHA for 872a1e3
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=2" \
47
--label="org.nethserver.rootfull=0" \
48
- --label="org.nethserver.images=docker.io/dpage/pgadmin4:8.12 docker.io/postgres:14.13-bookworm" \
+ --label="org.nethserver.images=docker.io/dpage/pgadmin4:8.14 docker.io/postgres:14.13-bookworm" \
49
"${container}"
50
# Commit the image
51
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments