mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-18 12:02:26 +03:00
Bump traefik from 3.4.3 to 3.4.4 (#5930)
This commit is contained in:
parent
8e46a8f390
commit
821224226f
1
.github/ISSUE_TEMPLATE/bug.md
vendored
1
.github/ISSUE_TEMPLATE/bug.md
vendored
|
@ -13,7 +13,6 @@ labels: bug
|
||||||
<!-- To assist you best, please include commands that you've run, options you've selected and any relevant logs -->
|
<!-- To assist you best, please include commands that you've run, options you've selected and any relevant logs -->
|
||||||
|
|
||||||
- Host system configuration:
|
- Host system configuration:
|
||||||
|
|
||||||
- Version of cookiecutter CLI (get it with `cookiecutter --version`):
|
- Version of cookiecutter CLI (get it with `cookiecutter --version`):
|
||||||
- OS name and version:
|
- OS name and version:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.io/traefik:3.4.3
|
FROM docker.io/traefik:3.4.4
|
||||||
RUN mkdir -p /etc/traefik/acme \
|
RUN mkdir -p /etc/traefik/acme \
|
||||||
&& touch /etc/traefik/acme/acme.json \
|
&& touch /etc/traefik/acme/acme.json \
|
||||||
&& chmod 600 /etc/traefik/acme/acme.json
|
&& chmod 600 /etc/traefik/acme/acme.json
|
||||||
|
|
Loading…
Reference in New Issue
Block a user