From 5a4e072159ff6d4b3f2853a5a1736e32d70c244c Mon Sep 17 00:00:00 2001 From: brianraila Date: Sat, 27 Jun 2020 09:51:31 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 318536a..fd6e968 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.1.1 + ENV DENO_VERSION=1.1.2 And specify your desired Deno Version