Skip to content

Commit 113b787

Browse files
authored
chore (deps): upgrade caddy to 2.11.1 (baserow#4874)
1 parent d113a9b commit 113b787

6 files changed

Lines changed: 14 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ out/
136136

137137
# Claude Code local settings
138138
.claude/settings.local.md
139+
.claude/worktrees/
139140

140141
# Personal justfile recipes (not tracked)
141142
local.just
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "refactor",
3+
"message": "Upgrade caddy to 2.11.1.",
4+
"issue_origin": "github",
5+
"issue_number": null,
6+
"domain": "core",
7+
"bullet_points": [],
8+
"created_at": "2026-02-26"
9+
}

deploy/all-in-one/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG GID="9999"
33

44
ARG BACKEND_IMAGE=baserow/backend
55
ARG WEBFRONTEND_IMAGE=baserow/web-frontend
6-
ARG CADDY_VERSION=2.10.2
6+
ARG CADDY_VERSION=2.11.1
77
# hadolint ignore=DL3006
88
FROM ${BACKEND_IMAGE} AS backend_image
99
# hadolint ignore=DL3006

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ services:
247247
# requests to either the backend or web-frontend and also serving user uploaded files
248248
# from the media volume.
249249
caddy:
250-
image: caddy:2.10.2
250+
image: caddy:2.11.1
251251
restart: unless-stopped
252252
environment:
253253
# Controls what port the Caddy server binds to inside its container.

plugin-boilerplate/{{ cookiecutter.project_slug }}/docker-compose.multi-service.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
services:
77
# A caddy http server just used for serving media in dev.
88
caddy:
9-
image: caddy:2.10.2
9+
image: caddy:2.11.1
1010
env_file:
1111
- .env
1212
ports:

plugin-boilerplate/{{ cookiecutter.project_slug }}/docker-compose.multi-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
services:
88
# A caddy reverse proxy sitting in-front of all the services.
99
caddy:
10-
image: caddy:2.10.2
10+
image: caddy:2.11.1
1111
restart: unless-stopped
1212
env_file:
1313
- .env

0 commit comments

Comments
 (0)