Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

chore(deps): update traefik docker tag to v3 #128

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/traefik/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3'
services:
traefik:
image: traefik:v2.11.8@sha256:ff991fd051b2652f3994f38ea0170cfdc4d48c533855f894244d8a716b97dd28
image: traefik:v3.1.2@sha256:3f92eba47bd4bfda91d47b72d16fef2d7ae15db61a92b2057cf0cb389f8938f6
read_only: true
restart: always
ports:
Expand Down
Loading