Skip to content

Commit d7bc433

Browse files
chore(deps): update caddy docker tag to v2.11.2
1 parent 77c8644 commit d7bc433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN cd libs && npm ci --ignore-scripts && cd .. && \
1717

1818

1919
# Deploy container
20-
FROM caddy:2.8.4-alpine
20+
FROM caddy:2.11.2-alpine
2121

2222
# Copy over Caddyfile and static content
2323
ARG build_dir

public/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN cd libs && npm ci --ignore-scripts && cd .. && \
1616

1717

1818
# Deploy container
19-
FROM caddy:2.8.4-alpine
19+
FROM caddy:2.11.2-alpine
2020

2121
# Copy over Caddyfile and static content
2222
ARG build_dir

0 commit comments

Comments
 (0)