Skip to content

Commit

Permalink
feat(docker-image)!: Update traefik Docker tag to v3
Browse files Browse the repository at this point in the history
| datasource | package | from  | to  |
| ---------- | ------- | ----- | --- |
| docker     | traefik | v2.10 | 3.0 |
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent 2530156 commit b6c58d1
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:v2.10
image: traefik:3.0
restart: unless-stopped
labels:
traefik.port: 8080
Expand Down

0 comments on commit b6c58d1

Please sign in to comment.