diff --git a/ci-runner/terraform/Dockerfile b/ci-runner/terraform/Dockerfile index 8bd366d..0569196 100644 --- a/ci-runner/terraform/Dockerfile +++ b/ci-runner/terraform/Dockerfile @@ -3,7 +3,7 @@ FROM infracost/infracost:latest as finops FROM hashicorp/terraform:latest as builder # Build IAC Runner -FROM artifact.onwalk.net/k8s/alpine-glibc:latest as prod +FROM artifact.onwalk.net/k8s/alpine-glibc:2.34 as prod LABEL maintainer="Haitao Pan " ARG AWSCLI_VERSION=2.6.1