Skip to content

Commit

Permalink
fix(docker-image): update traefik docker tag to v3.0.3
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | traefik | v3.0.2 | v3.0.3 |
  • Loading branch information
zagg-bot[bot] committed Jun 18, 2024
1 parent b9ac36d commit 7a56f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unraid-homelab/ingress/traefik/traefik-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
traefik:
container_name: traefik
image: traefik:v3.0.2@sha256:022f4662751b720c61ca2ba4322728117a8173280c4678261a48dba07a2b9bfd
image: traefik:v3.0.3@sha256:36aad357e30ac07d17e3bc3ba33b329e73562efd8037c9ade67ec6e6f70eab79
ports:
- 192.168.1.50:80:8000
- 192.168.1.50:443:8443
Expand Down

0 comments on commit 7a56f8a

Please sign in to comment.