From e6769a3f91b067bee457030d709565c46cd571a9 Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Thu, 27 Jun 2024 09:03:12 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c951c2..ce9bc67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ # This specific template is located at: # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml -image: ghcr.io/opentofu/opentofu:1.7.2 +image: docker.io/library/alpine:latest stages: # List of stages for jobs, and their order of execution - validate - test