From 2068498f82a859bef0c9955adb8988d886f3a8dd Mon Sep 17 00:00:00 2001
From: Malte Finsterwalder <malte@holi.team>
Date: Thu, 31 Aug 2023 17:08:28 +0200
Subject: [PATCH] upgrade deno to 1.36.1

---
 Dockerfile | 2 +-
 README.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index be8254c..28c5601 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM denoland/deno:alpine-1.28.1
+FROM denoland/deno:alpine-1.36.1
 
 # The port that your application listens to.
 EXPOSE 8002
diff --git a/README.md b/README.md
index 1f7753b..d5ac2ee 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ The backend for handling GoodNews projects, including a GraphQL API for
 
 ### Setup
 
-Install [`deno`](https://github.com/denoland/deno_install) in version 1.28.3.
+Install [`deno`](https://github.com/denoland/deno_install) in version 1.36.1.
 
 as well as [`Velociraptor`](https://velociraptor.run/docs/installation/).
 
-- 
GitLab