Skip to content

Commit b7bc4b5

Browse files
chore(deps): update mariadb docker tag to v10.11.14
1 parent d86cff5 commit b7bc4b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ buildah add "${container}" ui/dist /ui
5353
# Select you image(s) with the label org.nethserver.images
5454
# ghcr.io/xxxxx is the GitHub container registry or your own registry or docker.io for Docker Hub
5555
# The image tag is set to latest by default, but can be overridden with the IMAGETAG environment variable
56-
# --label="org.nethserver.images=docker.io/mariadb:10.11.13 docker.io/roundcube/roundcubemail:1.6.4-apache"
56+
# --label="org.nethserver.images=docker.io/mariadb:10.11.14 docker.io/roundcube/roundcubemail:1.6.4-apache"
5757
# rootfull=0 === rootless container
5858
# tcp-ports-demand=1 number of tcp Port to reserve , 1 is the minimum, can be udp or tcp
5959
buildah config --entrypoint=/ \
6060
--label="org.nethserver.authorizations=traefik@node:routeadm" \
6161
--label="org.nethserver.tcp-ports-demand=3" \
6262
--label="org.nethserver.rootfull=0" \
63-
--label="org.nethserver.images=docker.io/mariadb:10.11.13 ${repobase}/wordpress-app:${IMAGETAG:-latest}" \
63+
--label="org.nethserver.images=docker.io/mariadb:10.11.14 ${repobase}/wordpress-app:${IMAGETAG:-latest}" \
6464
"${container}"
6565
# Commit the image
6666
buildah commit "${container}" "${repobase}/${reponame}"

0 commit comments

Comments
 (0)