Bump flake inputs, update deno + lume #14

Merged
b12f merged 4 commits from updates into main 2024-06-13 14:31:16 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 32a10fcbe9 - Show all commits

View file

@ -8,7 +8,7 @@ steps:
event:
- push
- pull_request
image: denoland/deno:alpine-1.40.2
image: denoland/deno:alpine-1.43.6
commands:
- 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
COPY . /app/
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/Caddyfile /etc/caddy/Caddyfile