From 3bd712d53a36b64eb856897611558c0d2a0b24bb Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Wed, 18 Oct 2023 09:04:27 +0200 Subject: [PATCH] bump deno and terraform for CI --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07f60ff..74cb90c 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: -- GitLab