Skip to content

Commit

Permalink
Traefik v2.10.7 and Mailpit 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Dec 11, 2023
1 parent 6e08d24 commit e6564dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG TRAEFIK_VERSION
ARG MAILPIT_VERSION=1.8.2
ARG MAILPIT_VERSION=1.10.4

#
# Mailpit binary
Expand All @@ -21,9 +21,6 @@ RUN CGO_ENABLED=0 go build -ldflags "-s -w -X github.com/axllent/mailpit/config.
#
FROM traefik:${TRAEFIK_VERSION} as stonehenge

LABEL org.opencontainers.image.authors="Druid.fi" maintainer="Druid.fi"
LABEL org.opencontainers.image.source="https://github.com/druidfi/stonehenge" repository="https://github.com/druidfi/stonehenge"

ARG MAILPIT_VERSION
ARG TRAEFIK_VERSION
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ domains for your projects as well as SSL certificates for those domains out of t

- Latest macOS, Ubuntu LTS or Windows 10/11 with WSL2 - [Read more](#supported-operating-systems)
- Make
- Docker 20.10+, Colima 0.5.0+ or OrbStack 0.6.2+
- OrbStack 1.0.0+, Docker 20.10+ or Colima 0.5.0+
- Docker Compose V2
- No other services listening port 80 or 443

Expand Down
9 changes: 8 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variable "REPO_NAME" {
}

variable "TRAEFIK_VERSION" {
default = "2.10.5"
default = "2.10.7"
}

group "default" {
Expand All @@ -12,6 +12,13 @@ group "default" {

target "common" {
platforms = ["linux/amd64", "linux/arm64"]
labels = {
"org.opencontainers.image.url" = "https://github.com/druidfi/stonehenge"
"org.opencontainers.image.source" = "https://github.com/druidfi/stonehenge"
"org.opencontainers.image.licenses" = "MIT"
"org.opencontainers.image.vendor" = "Druid Oy"
"org.opencontainers.image.created" = "${timestamp()}"
}
}

#
Expand Down

0 comments on commit e6564dc

Please sign in to comment.