Skip to content

Commit

Permalink
Update Docker image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 9, 2024
1 parent e4e0a82 commit 15a2120
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 @@ -30,7 +30,7 @@ buildah config --entrypoint=/ \
--label="org.nethserver.tcp-ports-demand=2" \
--label="org.nethserver.rootfull=0" \
--label="org.nethserver.authorizations=traefik@node:routeadm" \
--label="org.nethserver.images=docker.io/mariadb:10.11.5 docker.io/phpmyadmin/phpmyadmin:5.2.1" \
--label="org.nethserver.images=docker.io/mariadb:10.11.7 docker.io/phpmyadmin/phpmyadmin:5.2.1" \
"${container}"
# Commit everything
buildah commit "${container}" "${repobase}/${reponame}"
Expand Down

0 comments on commit 15a2120

Please sign in to comment.