fix: deployment/docker/runner/Dockerfile to reduce vulnerabilities

This commit is contained in:
snyk-bot 2024-10-22 02:29:42 +00:00
parent 00207bc3de
commit f27718f197
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

@ -45,7 +45,7 @@ RUN curl -O https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraf
#RUN tar xf pulumi.tar.gz --strip-components=1 -C /usr/local/bin
#RUN rm pulumi.tar.gz
FROM alpine:3.19
FROM alpine:3.20.3
ARG TARGETARCH="amd64"