Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit 40f84ae

Browse files
committed
Upgrade Caddy from 2.3.0 to 2.4.1
1 parent 82f4bf5 commit 40f84ae

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir -p /caddydir/data && \
88
ENV GO111MODULE=on \
99
CGO_ENABLED=0
1010
RUN go get github.com/caddyserver/xcaddy/cmd/xcaddy
11-
ARG CADDY_VERSION=v2.3.0
11+
ARG CADDY_VERSION=v2.4.1
1212
WORKDIR /caddy
1313
ARG PLUGINS=
1414
RUN for plugin in $(echo $PLUGINS | tr "," " "); do withFlags="$withFlags --with $plugin"; done && \

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Caddy Scratch Docker
22

3-
*Caddy server v2.2.1 / v1.0.5 without root, without OS and with optional Caddy plugins*
3+
*Caddy server v2.4.1 / v1.0.5 without root, without OS and with optional Caddy plugins*
44

55
<img height="200" src="https://raw.githubusercontent.com/qdm12/caddy-scratch/master/title.svg?sanitize=true">
66

@@ -23,7 +23,8 @@
2323

2424
| Docker tag | Caddy version | Size | Documentation | CPU architectures |
2525
| --- | --- | --- | --- | --- |
26-
| `:latest` | [`v2.3.0`](https://github.com/caddyserver/caddy/releases/tag/v2.3.0) | 37.3MB | ➡️ [Setup below](#Setup) | `amd64`, `386`, `arm64`, `armv7` |
26+
| `:latest` | [`v2.4.1`](https://github.com/caddyserver/caddy/releases/tag/v2.4.1) | 37.3MB | ➡️ [Setup below](#Setup) | `amd64`, `386`, `arm64`, `armv7` |
27+
| `:v2.4.1` | [`v2.4.1`](https://github.com/caddyserver/caddy/releases/tag/v2.4.1) | 37.5MB | ➡️ [Setup below](#Setup) | `amd64`, `386`, `arm64`, `armv7` |
2728
| `:2.3.0` | [`v2.3.0`](https://github.com/caddyserver/caddy/releases/tag/v2.3.0) | 37.3MB | ➡️ [Setup below](#Setup) | `amd64`, `386`, `arm64`, `armv7` |
2829
| `:v2.2.1` | [`v2.2.1`](https://github.com/caddyserver/caddy/releases/tag/v2.2.1) | 33.9MB | ➡️ [Setup below](#Setup) | `amd64`, `386`, `arm64`, `armv7` |
2930
| `:v2.1.0` | [`v2.1.0`](https://github.com/caddyserver/caddy/releases/tag/v2.1.0) | 39.2MB | ➡️ [Wiki link](https://github.com/qdm12/caddy-scratch/wiki/Caddy-v2.1.0) | `amd64`, `386`, `arm64`, `armv7` |

0 commit comments

Comments
 (0)