Skip to content
Snippets Groups Projects
Commit 54c9c30d authored by Ole Langbehn's avatar Ole Langbehn
Browse files

NOISSUE bump deno and terraform for CI

parent bbba1e3b
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ variables: ...@@ -13,7 +13,7 @@ variables:
.deploy: .deploy:
image: image:
name: 'hashicorp/terraform:1.1.9' name: 'hashicorp/terraform:1.6.1'
# default entrypoint is terraform command, but we want to run shell scripts # default entrypoint is terraform command, but we want to run shell scripts
entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh", "-c"]
variables: variables:
...@@ -47,7 +47,7 @@ variables: ...@@ -47,7 +47,7 @@ variables:
## common steps ## common steps
cache_lint_test: cache_lint_test:
image: 'denoland/deno:alpine-1.36.1' image: 'denoland/deno:alpine-1.37.2'
stage: 'test' stage: 'test'
script: script:
- deno cache --lock=deno.lock app/deps.ts app/dev_deps.ts - deno cache --lock=deno.lock app/deps.ts app/dev_deps.ts
...@@ -110,7 +110,7 @@ review_e2e: ...@@ -110,7 +110,7 @@ review_e2e:
review_destroy: review_destroy:
needs: ['review_deploy'] needs: ['review_deploy']
image: image:
name: 'hashicorp/terraform:1.1.9' name: 'hashicorp/terraform:1.6.1'
# default entrypoint is terraform command, but we want to run shell scripts # default entrypoint is terraform command, but we want to run shell scripts
entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh", "-c"]
variables: variables:
......
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