Skip to content
Snippets Groups Projects
Commit 7ade333e authored by Taha Cherfia's avatar Taha Cherfia
Browse files

HOLI-5486: bump deno image to 1.36.1

parent 37b6c815
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
FROM denoland/deno:alpine-1.28.1
FROM denoland/deno:alpine-1.36.1
# The port that your application listens to.
EXPOSE 8004
......
......@@ -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/).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment