From f70a97f001d4b6172d7a01b07eddfdb685a498d6 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 21 Feb 2023 10:56:47 +0800 Subject: [PATCH] oci/iac-runner/pulumi-aws/Dockerfile: update --- oci/iac-runner/pulumi-aws/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oci/iac-runner/pulumi-aws/Dockerfile b/oci/iac-runner/pulumi-aws/Dockerfile index b40e140..a09210b 100644 --- a/oci/iac-runner/pulumi-aws/Dockerfile +++ b/oci/iac-runner/pulumi-aws/Dockerfile @@ -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 " 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"]