Skip to content

Commit 1de8543

Browse files
MDA2AVclaude
andcommitted
Fix Deno Dockerfile: use latest tag instead of nonexistent :2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ec27c7a commit 1de8543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Servers/DenoServer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM denoland/deno:2
1+
FROM denoland/deno:latest
22
COPY src/Servers/DenoServer/server.ts /app/server.ts
33
WORKDIR /app
44
RUN deno cache server.ts

0 commit comments

Comments
 (0)