From a33a832e72f11bdc904345fe00d130e94f48409f Mon Sep 17 00:00:00 2001 From: "amolo.me" Date: Tue, 23 Jun 2020 20:02:50 +0300 Subject: [PATCH] Update to v1.1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6217f09..318536a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Docker Image to use with [Deno](https://deno.land) applications. ### Deno Versions To use a different version of Deno, change the following line in the Dockerfile - ENV DENO_VERSION=1.0.0-rc1 + ENV DENO_VERSION=1.1.1 And specify your desired Deno Version