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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202
This commit is contained in:
snyk-bot 2024-12-18 03:03:38 +00:00
parent d11b166214
commit 76b95bf744
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.21.0
ARG TARGETARCH="amd64"