Skip to content

Commit

Permalink
chore(deps): update traefik docker tag to v2.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent a7b1db2 commit bde9272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ container=$(buildah from scratch)
buildah add "${container}" imageroot /imageroot
buildah add "${container}" ui /ui
buildah config --entrypoint=/ \
--label="org.nethserver.images=docker.io/traefik:v2.11.5" \
--label="org.nethserver.images=docker.io/traefik:v2.11.8" \
--label="org.nethserver.flags=core_module" \
"${container}"
buildah commit "${container}" "${repobase}/${reponame}"
Expand Down

0 comments on commit bde9272

Please sign in to comment.