We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992a983 commit 4c4e61fCopy full SHA for 4c4e61f
build-images.sh
@@ -30,7 +30,7 @@ buildah config --entrypoint=/ \
30
--label="org.nethserver.authorizations=traefik@any:routeadm" \
31
--label="org.nethserver.tcp-ports-demand=1" \
32
--label="org.nethserver.rootfull=0" \
33
- --label="org.nethserver.images=docker.io/grafana/grafana:12.0.0" \
+ --label="org.nethserver.images=docker.io/grafana/grafana:12.0.2" \
34
"${container}"
35
# Commit the image
36
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments