Skip to content

Commit

Permalink
Update Caddy version and Alpine base
Browse files Browse the repository at this point in the history
  • Loading branch information
Procsiab committed Oct 13, 2023
1 parent c2964b3 commit 82dc657
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Containerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG caddyversion=2.7.3
ARG caddyversion=2.7.5

FROM docker.io/caddy/caddy:${caddyversion}-builder-alpine AS builder

RUN GOARCH=arm64 xcaddy build \
--with github.com/caddy-dns/cloudflare

FROM docker.io/arm64v8/alpine:3.18.3
FROM docker.io/arm64v8/alpine:3.18.4
LABEL maintainer "Lorenzo Prosseda <[email protected]>"

# Download environment tools
Expand Down
4 changes: 2 additions & 2 deletions Containerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG caddyversion=2.7.3
ARG caddyversion=2.7.5

FROM docker.io/caddy/caddy:${caddyversion}-builder-alpine AS builder

RUN GOARCH=amd64 xcaddy build \
--with github.com/caddy-dns/cloudflare

FROM docker.io/amd64/alpine:3.18.3
FROM docker.io/amd64/alpine:3.18.4
LABEL maintainer "Lorenzo Prosseda <[email protected]>"

# Download environment tools
Expand Down
4 changes: 2 additions & 2 deletions Containerfile.armv7
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG caddyversion=2.7.3
ARG caddyversion=2.7.5

FROM docker.io/caddy/caddy:${caddyversion}-builder-alpine AS builder

RUN GOARCH=arm xcaddy build \
--with github.com/caddy-dns/cloudflare

FROM docker.io/arm32v7/alpine:3.18.3
FROM docker.io/arm32v7/alpine:3.18.4
LABEL maintainer "Lorenzo Prosseda <[email protected]>"

# Download environment tools
Expand Down

0 comments on commit 82dc657

Please sign in to comment.