Skip to content

Commit

Permalink
Fix version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Oct 16, 2024
1 parent 7ab267c commit 028686a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM denoland/deno:alpine-v2.x
FROM denoland/deno:alpine-2.0.0
WORKDIR /app
RUN mkdir /deno_dir
ENV DENO_DIR /deno_dir
Expand Down

0 comments on commit 028686a

Please sign in to comment.