edwagbb commited on
Commit
1afcf82
·
verified ·
1 Parent(s): 142de97

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM denoland/deno
2
  RUN chmod -R u+rwx,g+rwx,o+rwx /deno-dir && chmod -R u+rwx,g+rwx,o+rwx /tmp
3
 
4
  ENTRYPOINT deno run --allow-all --unsafely-ignore-certificate-errors $url
 
1
+ FROM denoland/deno:latest
2
  RUN chmod -R u+rwx,g+rwx,o+rwx /deno-dir && chmod -R u+rwx,g+rwx,o+rwx /tmp
3
 
4
  ENTRYPOINT deno run --allow-all --unsafely-ignore-certificate-errors $url