Skip to content

Commit

Permalink
traefik: lock to minor version instead of patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Sep 24, 2024
1 parent 87a61cf commit 9d9b496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/traefik/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ traefik_docker_container: "{{ traefik_name }}"

# Image
traefik_docker_image_pull: true
traefik_docker_image_tag: "v3.1.3"
traefik_docker_image_tag: "v3.1"
traefik_docker_image: "traefik:{{ traefik_docker_image_tag }}"

# Ports
Expand Down

0 comments on commit 9d9b496

Please sign in to comment.