Skip to content

Commit

Permalink
Update to Deno 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Feb 8, 2025
1 parent 3ee2642 commit 1b778ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DENO_VERSION=2.1.7
ARG DENO_VERSION=2.1.9
ARG ALPINE_VERSION=3.18

FROM denoland/deno:bin-$DENO_VERSION AS deno
Expand Down Expand Up @@ -33,6 +33,6 @@ ADD src/shared .
WORKDIR /app
ADD src/server .

RUN deno install --entrypoint main.ts
RUN deno install --entrypoint main.ts tasks/stale.ts tasks/board.ts tasks/processing.ts

CMD ./entrypoint.sh

0 comments on commit 1b778ed

Please sign in to comment.