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