Skip to content

Commit 89cd23c

Browse files
committed
Bump pulumi to 3.177.0
1 parent e7a25c5 commit 89cd23c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pulumi/pulumi-python/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
# Arguments used in FROM need to be defined before the first build stage
3-
ARG BUILD_IMAGE=docker.io/ubuntu:jammy-20250404
4-
ARG BASE_IMAGE=docker.io/polymathrobotics/python:3.9-jammy
3+
ARG BUILD_IMAGE=docker.io/ubuntu:noble-20250529
4+
ARG BASE_IMAGE=docker.io/polymathrobotics/python:3.9-noble
55
# hadolint ignore=DL3006
66
FROM $BUILD_IMAGE AS build
77

pulumi/pulumi-python/docker-bake.hcl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ variable "TAG_PREFIX" {
33
}
44

55
variable "VERSION" {
6-
default = "3.162.0"
6+
default = "3.177.0"
77
}
88

99
# There's no darwin-based Docker, so if we're running on macOS, change the platform to linux
@@ -14,10 +14,10 @@ variable "LOCAL_PLATFORM" {
1414
target "_common" {
1515
args = {
1616
PULUMI_VERSION = "${VERSION}"
17-
CINC_AUDITOR_URL_AMD64 = "http://ftp.osuosl.org/pub/cinc/files/stable/cinc-auditor/6.8.1/ubuntu/22.04/cinc-auditor_6.8.1-1_amd64.deb"
18-
CINC_AUDITOR_SHA256_AMD64 = "0d64f9d2a4cfc09d970606200a9bd2f56079c55df14d8019336945a3feb1e377"
19-
CINC_AUDITOR_URL_ARM64 = "http://ftp.osuosl.org/pub/cinc/files/stable/cinc-auditor/6.8.1/ubuntu/22.04/cinc-auditor_6.8.1-1_arm64.deb"
20-
CINC_AUDITOR_SHA256_ARM64 = "d5c2af04c9642cdedfb4448c3548af6fff385f9541e6a2f1fa49c998ab0d5244"
17+
CINC_AUDITOR_URL_AMD64 = "https://ftp.osuosl.org/pub/cinc/files/stable/cinc-auditor/6.8.24/ubuntu/24.04/cinc-auditor_6.8.24-1_amd64.deb"
18+
CINC_AUDITOR_SHA256_AMD64 = "13907518ae88cc12d85fb09e2bca5c6f48d9ced75fe1dad61285d1d884cda9c7"
19+
CINC_AUDITOR_URL_ARM64 = "https://ftp.osuosl.org/pub/cinc/files/stable/cinc-auditor/6.8.24/ubuntu/24.04/cinc-auditor_6.8.24-1_arm64.deb"
20+
CINC_AUDITOR_SHA256_ARM64 = "7453d58358cc158ddfe7a92a4557966c1e4b472e207e6097cf2490b323bd2616"
2121
}
2222
dockerfile = "Containerfile"
2323
tags = [

0 commit comments

Comments
 (0)