We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976a36a commit 3b748e0Copy full SHA for 3b748e0
build-images.sh
@@ -33,7 +33,7 @@ buildah config --entrypoint=/ \
33
--label="org.nethserver.udp-ports-demand=1" \
34
--label="org.nethserver.rootfull=0" \
35
--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.13" \
+ --label="org.nethserver.images=docker.io/postgres:17.9-alpine docker.io/mattermost/mattermost-team-edition:10.11.13" \
37
"${container}"
38
# Commit the image
39
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments