oci/iac-runner/pulumi-aws/Dockerfile: update

This commit is contained in:
Haitao Pan 2023-02-21 10:56:47 +08:00
parent 4a1087b6e4
commit f70a97f001

View File

@ -11,7 +11,7 @@ RUN apt-get update -y && \
RUN curl -fsSL https://get.pulumi.com/ | bash -s -- --version $PULUMI_VERSION
FROM artifact.onwalk.net/k8s/alpine-glibc:2.4.3 as prod
FROM artifact.onwalk.net/k8s/alpine-glibc:2.34 as prod
LABEL maintainer="Haitao Pan <xz@onwalk.net>"
ENV PATH "/pulumi/bin:${PATH}"
@ -20,4 +20,4 @@ WORKDIR /pulumi
COPY --from=builder /root/.pulumi/bin bin
RUN apk add --update --no-cache ca-certificates openssh-client git bash wget make curl jq py3-pip unzip zip
CMD ["pulumi"]
CMD ["bash"]