Skip to content

Commit bfcd8f8

Browse files
chore(deps): update traefik docker tag to v2.11.5 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44b482f commit bfcd8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ container=$(buildah from scratch)
1010
buildah add "${container}" imageroot /imageroot
1111
buildah add "${container}" ui /ui
1212
buildah config --entrypoint=/ \
13-
--label="org.nethserver.images=docker.io/traefik:v2.11.2" \
13+
--label="org.nethserver.images=docker.io/traefik:v2.11.5" \
1414
--label="org.nethserver.flags=core_module" \
1515
"${container}"
1616
buildah commit "${container}" "${repobase}/${reponame}"

0 commit comments

Comments
 (0)