Skip to content

Commit 5c3c4c5

Browse files
chore(deps): update postgres docker tag to v17.9
1 parent fdc8697 commit 5c3c4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ buildah config --entrypoint=/ \
3333
--label="org.nethserver.udp-ports-demand=1" \
3434
--label="org.nethserver.rootfull=0" \
3535
--label="org.nethserver.min-core=3.12.4-0" \
36-
--label="org.nethserver.images=docker.io/postgres:17.7-alpine docker.io/mattermost/mattermost-team-edition:10.11.12" \
36+
--label="org.nethserver.images=docker.io/postgres:17.9-alpine docker.io/mattermost/mattermost-team-edition:10.11.12" \
3737
"${container}"
3838
# Commit the image
3939
buildah commit "${container}" "${repobase}/${reponame}"

0 commit comments

Comments
 (0)