Skip to content

Commit

Permalink
chore(deps): update traefik docker tag to v3.2.3 (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 39b0c35 commit d31f24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-prod-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ networks:
services:

traefik:
image: "traefik:v3.2.2"
image: "traefik:v3.2.3"
container_name: "prod_traefik"
command:
- "--log.level=INFO"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-prod-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ networks:
services:

traefik:
image: "traefik:v3.2.2"
image: "traefik:v3.2.3"
container_name: "prod_traefik"
command:
- "--log.level=INFO"
Expand Down

0 comments on commit d31f24d

Please sign in to comment.