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 2414428 commit ffa9863Copy full SHA for ffa9863
build-images.sh
@@ -10,7 +10,7 @@ container=$(buildah from scratch)
10
buildah add "${container}" imageroot /imageroot
11
buildah add "${container}" ui /ui
12
buildah config --entrypoint=/ \
13
- --label="org.nethserver.images=docker.io/traefik:v3.5.3 docker.io/grafana/loki:3.4.3" \
+ --label="org.nethserver.images=docker.io/traefik:v3.5.3 docker.io/grafana/loki:3.5.7" \
14
--label="org.nethserver.min-core=3.2.0-0" \
15
--label="org.nethserver.tcp-ports-demand=1" \
16
--label='org.nethserver.flags=core_module' \
0 commit comments