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