Skip to content

Commit 9d9b496

Browse files
committed
traefik: lock to minor version instead of patch version
1 parent 87a61cf commit 9d9b496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/traefik/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ traefik_docker_container: "{{ traefik_name }}"
220220

221221
# Image
222222
traefik_docker_image_pull: true
223-
traefik_docker_image_tag: "v3.1.3"
223+
traefik_docker_image_tag: "v3.1"
224224
traefik_docker_image: "traefik:{{ traefik_docker_image_tag }}"
225225

226226
# Ports

0 commit comments

Comments
 (0)