fix(deps): Upgrade base container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e8490809e1
commit
fca3edd48a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM denoland/deno:debian-1.26.1
|
||||
FROM denoland/deno:1.28.0
|
||||
|
||||
|
||||
RUN deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -r -f https://deno.land/x/deploy/deployctl.ts
|
||||
|
@ -7,4 +7,4 @@ COPY run.ts /bin/
|
|||
RUN chmod +x /bin/run.ts
|
||||
|
||||
USER deno
|
||||
CMD ["/bin/run.ts"]
|
||||
CMD ["/bin/run.ts"]
|
||||
|
|
Loading…
Reference in a new issue