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 d1cfee0 commit fba6eedCopy full SHA for fba6eed
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.3.5 docker.io/grafana/loki:3.4.3" \
+ --label="org.nethserver.images=docker.io/traefik:v3.3.5 docker.io/grafana/loki:3.5.6" \
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