Skip to content

Commit

Permalink
Release 3.2-3.2-2.26 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Nov 20, 2024
1 parent a23e090 commit 5f9f668
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.2-3.2-2.26 2024-11-20 <dave at tiredofit dot ca>

### Added
- Traefik 3.2.1


## 3.2-2.25 2024-10-28 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
ARG TRAEFIK_VERSION
ARG TRAEFIK_CERT_DUMPER_VERSION

ENV TRAEFIK_VERSION=${TRAEFIK_VERSION:-"v3.2.0"} \
ENV TRAEFIK_VERSION=${TRAEFIK_VERSION:-"v3.2.1"} \
TRAEFIK_CERT_DUMPER_VERSION=${TRAEFIK_CERT_DUMPER_VERSION:-"v2.8.3"} \
TRAEFIK_REPO_URL=${TRAEFIK_REPO_URL:-"https://github.com/traefik/traefik"} \
TRAEFIK_CERT_DUMPER_REPO_URL=${TRAEFIK_CERT_DUMPER_REPO_URL:-"https://github.com/ldez/traefik-certs-dumper"} \
Expand Down

0 comments on commit 5f9f668

Please sign in to comment.