mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
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:
parent
d11b166214
commit
76b95bf744
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user