Skip to content

Commit

Permalink
fix(docker-image): update traefik docker tag to v3.2.2
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | traefik | v3.2.1 | v3.2.2 |
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent c7480be commit 4f2c03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/docker/proxy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
traefik:
image: traefik:v3.2.1
image: traefik:v3.2.2
restart: unless-stopped
labels:
traefik.port: 8080
Expand Down

0 comments on commit 4f2c03f

Please sign in to comment.