Skip to content

Commit 1c9857b

Browse files
aledbfroboquat
authored andcommitted
Update Caddy to address some memory regressions
1 parent 7349d1c commit 1c9857b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/dashboard/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN find . -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' -o -name '
1818

1919
COPY components-gitpod-protocol--gitpod-schema/gitpod-schema.json /www/static/schemas/gitpod-schema.json
2020

21-
FROM caddy/caddy:2.6.3-alpine
21+
FROM caddy/caddy:2.6.4-alpine
2222

2323
COPY components-dashboard--static/conf/Caddyfile /etc/caddy/Caddyfile
2424
COPY --from=compress /www /www

components/ide-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN for FILE in `ls /bin/gitpod-local-companion*`;do \
1818
gzip -v -f -9 -k "$FILE"; \
1919
done
2020

21-
FROM caddy/caddy:2.6.3-alpine
21+
FROM caddy/caddy:2.6.4-alpine
2222

2323
COPY conf/Caddyfile /etc/caddy/Caddyfile
2424
COPY static /www/

components/proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License.AGPL.txt in the project root for license information.
44

5-
FROM caddy:2.6.3-builder-alpine AS builder
5+
FROM caddy:2.6.4-builder-alpine AS builder
66

77
WORKDIR /plugins
88

0 commit comments

Comments
 (0)