Skip to content

Commit

Permalink
chore(deps): update traefik docker tag to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 10, 2024
1 parent fbb2272 commit b6b5b0a
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: ${INSTANCE_NAME:-self-hosted-api-trader-game}

services:
traefik:
image: 'traefik:v3.0.1'
image: 'traefik:v3.0.2'
container_name: 'Reverse-Proxy'
command:
- '--providers.docker=true'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: ${INSTANCE_NAME:-self-hosted-api-trader-game}

services:
traefik:
image: 'traefik:v3.0.1'
image: 'traefik:v3.0.2'
container_name: 'Reverse-Proxy'
command:
- '--providers.docker=true'
Expand Down

0 comments on commit b6b5b0a

Please sign in to comment.