ci: bump deno to version 1.43.6, caddy to 2.8.4

This commit is contained in:
teutat3s 2024-06-10 23:03:39 +02:00
parent d7141475ec
commit 32a10fcbe9
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ steps:
event: event:
- push - push
- pull_request - pull_request
image: denoland/deno:alpine-1.40.2 image: denoland/deno:alpine-1.43.6
commands: commands:
- deno task build - deno task build

View file

@ -1,11 +1,11 @@
FROM denoland/deno:alpine-1.41.3 as build-stage FROM denoland/deno:alpine-1.43.6 as build-stage
WORKDIR /app WORKDIR /app
COPY . /app/ COPY . /app/
RUN ./build.sh RUN ./build.sh
FROM caddy:2.6.4-alpine as app FROM caddy:2.8.4-alpine as app
COPY --from=build-stage /app/_site /srv/miom.space/ COPY --from=build-stage /app/_site /srv/miom.space/
COPY --from=build-stage /app/Caddyfile /etc/caddy/Caddyfile COPY --from=build-stage /app/Caddyfile /etc/caddy/Caddyfile