Skip to content

Commit 67cd582

Browse files
authored
Merge pull request #44 from NethServer/renovate/mariadb-10.x
chore(deps): update mariadb docker tag to v10.11.10 NethServer/dev#7237
2 parents a592a14 + c3db963 commit 67cd582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildah config --entrypoint=/ \
3030
--label="org.nethserver.tcp-ports-demand=2" \
3131
--label="org.nethserver.rootfull=0" \
3232
--label="org.nethserver.authorizations=traefik@node:routeadm" \
33-
--label="org.nethserver.images=docker.io/mariadb:10.11.9 docker.io/phpmyadmin/phpmyadmin:5.2.1" \
33+
--label="org.nethserver.images=docker.io/mariadb:10.11.10 docker.io/phpmyadmin/phpmyadmin:5.2.1" \
3434
"${container}"
3535
# Commit everything
3636
buildah commit "${container}" "${repobase}/${reponame}"

0 commit comments

Comments
 (0)