We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21dc959 + 02707f4 commit 4d3f34aCopy full SHA for 4d3f34a
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:8.4.5" \
+ --label="org.nethserver.images=docker.io/grafana/grafana:10.2.1" \
34
"${container}"
35
# Commit the image
36
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments