From fca3edd48aa7d8fdc7652b3bcdd3630a7c08076f Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Tue, 15 Nov 2022 16:58:10 +0100 Subject: [PATCH] fix(deps): Upgrade base container --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ccd8c7..ce5c6f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["/bin/run.ts"]