Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v10.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 391af13 commit 1d0e2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ buildah config --entrypoint=/ \
--label="org.nethserver.authorizations=node:fwadm traefik@node:routeadm mail@any:mailadm" \
--label="org.nethserver.tcp-ports-demand=2" \
--label="org.nethserver.rootfull=0" \
--label="org.nethserver.images=docker.io/sutoj/piler:1.4.4 docker.io/mariadb:10.11.7 docker.io/memcached:1.6.26-alpine" \
--label="org.nethserver.images=docker.io/sutoj/piler:1.4.4 docker.io/mariadb:10.11.11 docker.io/memcached:1.6.26-alpine" \
"${container}"
# Commit the image
buildah commit "${container}" "${repobase}/${reponame}"
Expand Down

0 comments on commit 1d0e2c8

Please sign in to comment.