We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba06fe commit 7dc2c75Copy full SHA for 7dc2c75
build-images.sh
@@ -53,7 +53,7 @@ buildah config --entrypoint=/ \
53
--label="org.nethserver.authorizations=traefik@node:routeadm" \
54
--label="org.nethserver.tcp-ports-demand=3" \
55
--label="org.nethserver.rootfull=0" \
56
- --label="org.nethserver.images=docker.io/mariadb:10.11.14 ${repobase}/wordpress-app:${IMAGETAG:-latest}" \
+ --label="org.nethserver.images=docker.io/mariadb:10.11.15 ${repobase}/wordpress-app:${IMAGETAG:-latest}" \
57
"${container}"
58
# Commit the image
59
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments