diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef75c2b3046a94af26563e2176c7fc63a36a920d..dffd0049c84c6b2097356900188bea6759e81f5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ variables: .deploy: 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 entrypoint: ["/bin/sh", "-c"] variables: @@ -47,7 +47,7 @@ variables: ## common steps cache_lint_test: - image: 'denoland/deno:alpine-1.36.1' + image: 'denoland/deno:alpine-1.37.2' stage: 'test' script: - deno cache --lock=deno.lock app/deps.ts app/dev_deps.ts @@ -110,7 +110,7 @@ review_e2e: review_destroy: needs: ['review_deploy'] 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 entrypoint: ["/bin/sh", "-c"] variables: