Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update traefik docker tag to v2.11.12
Browse files Browse the repository at this point in the history
renovate[bot] authored Oct 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 24bfaa1 commit 574eefc
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
@@ -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.12" \
--label="org.nethserver.flags=core_module" \
"${container}"
buildah commit "${container}" "${repobase}/${reponame}"

0 comments on commit 574eefc

Please sign in to comment.