Skip to content

Commit

Permalink
Update Caddy and Alpine base
Browse files Browse the repository at this point in the history
  • Loading branch information
Procsiab committed Dec 8, 2023
1 parent 82dc657 commit 28183f9
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.5
ARG caddyversion=2.7.6

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.4
FROM docker.io/arm64v8/alpine:3.19.0
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.5
ARG caddyversion=2.7.6

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.4
FROM docker.io/amd64/alpine:3.19.0
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.5
ARG caddyversion=2.7.6

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.4
FROM docker.io/arm32v7/alpine:3.19.0
LABEL maintainer "Lorenzo Prosseda <[email protected]>"

# Download environment tools
Expand Down

0 comments on commit 28183f9

Please sign in to comment.