Skip to content

Commit c639a79

Browse files
chore(deps): update mariadb docker tag to v10.11.11 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c90fc4 commit c639a79

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
@@ -52,14 +52,14 @@ buildah add "${container}" ui/dist /ui
5252
# Select you image(s) with the label org.nethserver.images
5353
# ghcr.io/xxxxx is the GitHub container registry or your own registry or docker.io for Docker Hub
5454
# The image tag is set to latest by default, but can be overridden with the IMAGETAG environment variable
55-
# --label="org.nethserver.images=docker.io/mariadb:10.11.9 docker.io/roundcube/roundcubemail:1.6.4-apache"
55+
# --label="org.nethserver.images=docker.io/mariadb:10.11.11 docker.io/roundcube/roundcubemail:1.6.4-apache"
5656
# rootfull=0 === rootless container
5757
# tcp-ports-demand=1 number of tcp Port to reserve , 1 is the minimum, can be udp or tcp
5858
buildah config --entrypoint=/ \
5959
--label="org.nethserver.authorizations=traefik@node:routeadm" \
6060
--label="org.nethserver.tcp-ports-demand=3" \
6161
--label="org.nethserver.rootfull=0" \
62-
--label="org.nethserver.images=docker.io/mariadb:10.11.9 ${repobase}/wordpress-app:${IMAGETAG:-latest}" \
62+
--label="org.nethserver.images=docker.io/mariadb:10.11.11 ${repobase}/wordpress-app:${IMAGETAG:-latest}" \
6363
"${container}"
6464
# Commit the image
6565
buildah commit "${container}" "${repobase}/${reponame}"

0 commit comments

Comments
 (0)