Skip to content

Commit

Permalink
Merge pull request #19 from NethServer/renovate/dpage-pgadmin4-8.x
Browse files Browse the repository at this point in the history
chore(deps): update dpage/pgadmin4 docker tag to v8.12
  • Loading branch information
stephdl authored Oct 16, 2024
2 parents 9c9550b + 9a94827 commit ec9ed0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ buildah config --entrypoint=/ \
--label="org.nethserver.authorizations=traefik@node:routeadm" \
--label="org.nethserver.tcp-ports-demand=2" \
--label="org.nethserver.rootfull=0" \
--label="org.nethserver.images=docker.io/dpage/pgadmin4:8.11 docker.io/postgres:14.12-bookworm" \
--label="org.nethserver.images=docker.io/dpage/pgadmin4:8.12 docker.io/postgres:14.12-bookworm" \
"${container}"
# Commit the image
buildah commit "${container}" "${repobase}/${reponame}"
Expand Down

0 comments on commit ec9ed0f

Please sign in to comment.