Skip to content

Commit

Permalink
chore(deps): update traefik docker tag to v3.2.2 (#983)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 9094130 commit cf9f9a6
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.2.1'
image: 'traefik:v3.2.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.2.1'
image: 'traefik:v3.2.2'
container_name: 'Reverse-Proxy'
command:
- '--providers.docker=true'
Expand Down

0 comments on commit cf9f9a6

Please sign in to comment.