Skip to content

Commit 15fc1e0

Browse files
committed
Update caddy to v2.7.6
1 parent 85fb744 commit 15fc1e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.7.5-alpine
21+
FROM caddy/caddy:2.7.6-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
@@ -13,7 +13,7 @@ RUN for FILE in `ls /bin/gitpod-local-companion*`;do \
1313
gzip -v -f -9 -k "$FILE"; \
1414
done
1515

16-
FROM caddy/caddy:2.7.5-alpine
16+
FROM caddy/caddy:2.7.6-alpine
1717

1818
COPY conf/Caddyfile /etc/caddy/Caddyfile
1919
COPY static /www/

components/proxy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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.7.5-builder AS builder
5+
FROM caddy:2.7.6-builder AS builder
66

77
WORKDIR /plugins
88

99
COPY plugins /plugins
1010

1111
# build caddy
12-
RUN xcaddy build v2.7.5 \
12+
RUN xcaddy build v2.7.6 \
1313
--output /caddy \
1414
--with github.com/gitpod-io/gitpod/proxy/plugins/corsorigin=/plugins/corsorigin \
1515
--with github.com/gitpod-io/gitpod/proxy/plugins/secwebsocketkey=/plugins/secwebsocketkey \

0 commit comments

Comments
 (0)