Skip to content
Snippets Groups Projects
Commit f3d25ad6 authored by Christof Bauer's avatar Christof Bauer
Browse files

Merge branch 'main' into production

parents c97e4567 831e1c40
No related branches found
Tags release/1.47.0
No related merge requests found
...@@ -39,7 +39,7 @@ variables: ...@@ -39,7 +39,7 @@ variables:
# TODO should/could we roll back the service to the last working revision on test failure? # TODO should/could we roll back the service to the last working revision on test failure?
cache_lint: cache_lint:
image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/denoland/deno:2.0.6' image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/denoland/deno:2.1.9'
stage: 'test' stage: 'test'
script: script:
- deno cache --allow-import --lock=deno.lock app/deps.ts app/dev_deps.ts - deno cache --allow-import --lock=deno.lock app/deps.ts app/dev_deps.ts
......
FROM europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/denoland/deno:2.0.6 FROM europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/denoland/deno:2.1.9
# The port that your application listens to. # The port that your application listens to.
EXPOSE 8089 EXPOSE 8089
......
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