We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b482f commit bfcd8f8Copy full SHA for bfcd8f8
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:v2.11.2" \
+ --label="org.nethserver.images=docker.io/traefik:v2.11.5" \
14
--label="org.nethserver.flags=core_module" \
15
"${container}"
16
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments