Skip to content

Commit

Permalink
build(deps): bump traefik in /compose/production/traefik
Browse files Browse the repository at this point in the history
Bumps traefik from v2.2.11 to 2.9.9.

---
updated-dependencies:
- dependency-name: traefik
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 22, 2023
1 parent c4480b6 commit 962c17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/production/traefik/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM traefik:v2.2.11
FROM traefik:2.9.9
RUN mkdir -p /etc/traefik/acme \
&& touch /etc/traefik/acme/acme.json \
&& chmod 600 /etc/traefik/acme/acme.json
Expand Down

0 comments on commit 962c17b

Please sign in to comment.