mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-21 08:51:05 +01:00
fix: deployment/docker/runner/Dockerfile to reduce vulnerabilities
This commit is contained in:
parent
00207bc3de
commit
f27718f197
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user