Skip to content

Commit 7dc2c75

Browse files
chore(deps): update mariadb docker tag to v10.11.15 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ba06fe commit 7dc2c75

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
@@ -53,7 +53,7 @@ buildah config --entrypoint=/ \
5353
--label="org.nethserver.authorizations=traefik@node:routeadm" \
5454
--label="org.nethserver.tcp-ports-demand=3" \
5555
--label="org.nethserver.rootfull=0" \
56-
--label="org.nethserver.images=docker.io/mariadb:10.11.14 ${repobase}/wordpress-app:${IMAGETAG:-latest}" \
56+
--label="org.nethserver.images=docker.io/mariadb:10.11.15 ${repobase}/wordpress-app:${IMAGETAG:-latest}" \
5757
"${container}"
5858
# Commit the image
5959
buildah commit "${container}" "${repobase}/${reponame}"

0 commit comments

Comments
 (0)