From 7ade333efa0da85eb3f951106d6e0c8279ab19a2 Mon Sep 17 00:00:00 2001 From: Taha Abdelmoutaleb Cherfia <taha.cherfia@holi.team> Date: Thu, 17 Aug 2023 15:49:00 +0200 Subject: [PATCH] HOLI-5486: bump deno image to 1.36.1 --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2474b0d..b261919 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ variables: ## common steps cache_lint_test: - image: "denoland/deno:alpine-1.28.1" + image: "denoland/deno:alpine-1.36.1" stage: "test" script: - deno cache --reload --lock=deno.lock app/deps.ts app/dev_deps.ts diff --git a/Dockerfile b/Dockerfile index 580d002..7aac5ad 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 8004 diff --git a/README.md b/README.md index d4e382e..2e121a9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The backend for handling Volunteering 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