File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.6.3 -alpine
21
+ FROM caddy/caddy:2.6.4 -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 @@ -18,7 +18,7 @@ RUN for FILE in `ls /bin/gitpod-local-companion*`;do \
18
18
gzip -v -f -9 -k "$FILE" ; \
19
19
done
20
20
21
- FROM caddy/caddy:2.6.3 -alpine
21
+ FROM caddy/caddy:2.6.4 -alpine
22
22
23
23
COPY conf/Caddyfile /etc/caddy/Caddyfile
24
24
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.6.3 -builder-alpine AS builder
5
+ FROM caddy:2.6.4 -builder-alpine AS builder
6
6
7
7
WORKDIR /plugins
8
8
You can’t perform that action at this time.
0 commit comments