File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN find . -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' -o -name '
18
18
19
19
COPY components-gitpod-protocol--gitpod-schema/gitpod-schema.json /www/static/schemas/gitpod-schema.json
20
20
21
- FROM caddy/caddy:2.7.5 -alpine
21
+ FROM caddy/caddy:2.7.6 -alpine
22
22
23
23
COPY components-dashboard--static/conf/Caddyfile /etc/caddy/Caddyfile
24
24
COPY --from=compress /www /www
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN for FILE in `ls /bin/gitpod-local-companion*`;do \
13
13
gzip -v -f -9 -k "$FILE" ; \
14
14
done
15
15
16
- FROM caddy/caddy:2.7.5 -alpine
16
+ FROM caddy/caddy:2.7.6 -alpine
17
17
18
18
COPY conf/Caddyfile /etc/caddy/Caddyfile
19
19
COPY static /www/
Original file line number Diff line number Diff line change 2
2
# Licensed under the GNU Affero General Public License (AGPL).
3
3
# See License.AGPL.txt in the project root for license information.
4
4
5
- FROM caddy:2.7.5 -builder AS builder
5
+ FROM caddy:2.7.6 -builder AS builder
6
6
7
7
WORKDIR /plugins
8
8
9
9
COPY plugins /plugins
10
10
11
11
# build caddy
12
- RUN xcaddy build v2.7.5 \
12
+ RUN xcaddy build v2.7.6 \
13
13
--output /caddy \
14
14
--with github.com/gitpod-io/gitpod/proxy/plugins/corsorigin=/plugins/corsorigin \
15
15
--with github.com/gitpod-io/gitpod/proxy/plugins/secwebsocketkey=/plugins/secwebsocketkey \
You can’t perform that action at this time.
0 commit comments