Skip to content

Commit 622a9ce

Browse files
chore(deps): update mariadb docker tag to v10.11.13 (#54)
NethServer/dev#7490
1 parent e9fdbfc commit 622a9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ buildah config --entrypoint=/ \
3535
--label="org.nethserver.authorizations=traefik@node:routeadm mail@any:mailadm cluster:accountconsumer" \
3636
--label="org.nethserver.tcp-ports-demand=1" \
3737
--label="org.nethserver.rootfull=0" \
38-
--label="org.nethserver.images=docker.io/mariadb:10.11.11 docker.io/roundcube/roundcubemail:1.6.11-apache" \
38+
--label="org.nethserver.images=docker.io/mariadb:10.11.13 docker.io/roundcube/roundcubemail:1.6.11-apache" \
3939
"${container}"
4040
# Commit the image
4141
buildah commit "${container}" "${repobase}/${reponame}"

0 commit comments

Comments
 (0)