Skip to content

Commit 2974870

Browse files
chore(deps): update traefik docker tag to v3.3.2 (SecObserve#2457)
1 parent 9f755b7 commit 2974870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-prod-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ networks:
1010
services:
1111

1212
traefik:
13-
image: "traefik:v3.3.1"
13+
image: "traefik:v3.3.2"
1414
container_name: "prod_traefik"
1515
command:
1616
- "--log.level=INFO"

docker-compose-prod-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ networks:
1010
services:
1111

1212
traefik:
13-
image: "traefik:v3.3.1"
13+
image: "traefik:v3.3.2"
1414
container_name: "prod_traefik"
1515
command:
1616
- "--log.level=INFO"

0 commit comments

Comments
 (0)