Skip to content

Commit

Permalink
chore(deps): update traefik docker tag to v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent ec9f3e0 commit 30d099e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
restart: unless-stopped

traefik:
image: traefik:v3.2
image: traefik:v3.3
depends_on:
- docker-socket-proxy
command:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
restart: unless-stopped

traefik:
image: traefik:v3.2
image: traefik:v3.3
depends_on:
- docker-socket-proxy
command:
Expand Down

0 comments on commit 30d099e

Please sign in to comment.