Skip to content

Commit

Permalink
Bump pulumi to 3.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Aug 6, 2023
1 parent 331744e commit 8bb4d8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pulumi/pulumi-base/Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1
ARG CONTAINER_REGISTRY=docker.io
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230425 as build
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230624 as build

ARG PULUMI_VERSION=3.67.1
ARG PULUMI_VERSION=3.77.1
RUN <<EOF
apt-get update
apt-get install -y --no-install-recommends \
Expand All @@ -16,7 +16,7 @@ RUN curl -fsSL https://get.pulumi.com/ | bash -s -- --version $PULUMI_VERSION

# The runtime container
# This is our base container, so let's copy all the runtimes to .pulumi/bin
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230425
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230624

LABEL \
org.opencontainers.image.source="https://github.com/boxcutter/oci" \
Expand Down
4 changes: 2 additions & 2 deletions pulumi/pulumi-python/Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1
ARG CONTAINER_REGISTRY=docker.io
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230425 as build
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230624 as build

ARG PULUMI_VERSION=3.67.1
ARG PULUMI_VERSION=3.77.1
RUN <<EOF
apt-get update
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 8bb4d8f

Please sign in to comment.