Skip to content

Commit

Permalink
fix(build-images): update Mattermost version to 10.4.1 and postgresql…
Browse files Browse the repository at this point in the history
… to v17
  • Loading branch information
stephdl committed Feb 5, 2025
1 parent 17758a9 commit e03a966
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Terminate on error
set -e

MATTERMOST_VERSION=9.11.6
MATTERMOST_VERSION=10.4.1

# Prepare variables for later use
images=()
Expand Down Expand Up @@ -33,7 +33,8 @@ buildah config --entrypoint=/ \
--label="org.nethserver.tcp-ports-demand=2" \
--label="org.nethserver.udp-ports-demand=1" \
--label="org.nethserver.rootfull=0" \
--label="org.nethserver.images=docker.io/postgres:13.13-alpine docker.io/mattermost/mattermost-team-edition:$MATTERMOST_VERSION" \
--label="org.nethserver.min-from=2.1.1" \
--label="org.nethserver.images=docker.io/postgres:17.2-alpine docker.io/mattermost/mattermost-team-edition:$MATTERMOST_VERSION" \
"${container}"
# Commit the image
buildah commit "${container}" "${repobase}/${reponame}"
Expand Down

0 comments on commit e03a966

Please sign in to comment.