Skip to content

Commit

Permalink
Bump pulumi to 3.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 20, 2023
1 parent 27f0ac6 commit e0870a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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-20230624 as build
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230816 as build

ARG PULUMI_VERSION=3.75.0
ARG PULUMI_VERSION=3.84.0
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-20230624
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230816

LABEL \
org.opencontainers.image.source="https://github.com/polymathrobotics/oci" \
Expand Down
2 changes: 1 addition & 1 deletion pulumi/pulumi-base/Polly.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[container_image]
tags = [ "3.75.0", "latest" ]
tags = [ "3.84.0", "latest" ]
platforms = ["linux/arm64/v8", "linux/amd64"]
readme = "pulumi/README.md"
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-20230624 as build
FROM $CONTAINER_REGISTRY/ubuntu:jammy-20230816 as build

ARG PULUMI_VERSION=3.75.0
ARG PULUMI_VERSION=3.84.0
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN <<EOF
apt-get update
Expand Down
2 changes: 1 addition & 1 deletion pulumi/pulumi-python/Polly.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[container_image]
tags = [ "3.75.0", "latest" ]
tags = [ "3.84.0", "latest" ]
platforms = ["linux/arm64/v8", "linux/amd64"]
readme = "pulumi/README.md"

0 comments on commit e0870a7

Please sign in to comment.