We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfe067 commit f41a336Copy full SHA for f41a336
build-images.sh
@@ -31,7 +31,7 @@ buildah config --entrypoint=/ \
31
--label="org.nethserver.tcp-ports-demand=2" \
32
--label="org.nethserver.udp-ports-demand=1" \
33
--label="org.nethserver.rootfull=0" \
34
- --label="org.nethserver.images=docker.io/postgres:13.13-alpine docker.io/mattermost/mattermost-team-edition:9.11.6" \
+ --label="org.nethserver.images=docker.io/postgres:13.13-alpine docker.io/mattermost/mattermost-team-edition:10.6.0" \
35
"${container}"
36
# Commit the image
37
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments