Skip to content

Commit 8e0e4e9

Browse files
committed
Bump pulumi-python to 3.214.0
1 parent 1e9a441 commit 8e0e4e9

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

pulumi/pulumi-python/Containerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# syntax=docker/dockerfile:1
22
ARG LANGUAGE_VERSION=3.13
3-
ARG BUILD_IMAGE=docker.io/ubuntu:noble-20250805
4-
ARG BASE_IMAGE=docker.io/polymathrobotics/python:${LANGUAGE_VERSION}-slim-noble
3+
ARG BUILD_IMAGE=docker.io/ubuntu:noble-20251013
4+
ARG BASE_IMAGE=docker.io/boxcutter/python:${LANGUAGE_VERSION}-slim-noble
55
# hadolint ignore=DL3006
66
FROM $BUILD_IMAGE AS build
77

88
ARG PULUMI_VERSION
99

1010
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1111
RUN <<EOF
12-
apt-get update
13-
apt-get install -y --no-install-recommends \
12+
apt-get install -y --update --no-install-recommends \
1413
ca-certificates \
1514
build-essential \
1615
curl \
@@ -28,8 +27,7 @@ FROM $BASE_IMAGE
2827
WORKDIR /pulumi/projects
2928

3029
RUN <<EOF
31-
apt-get update -y
32-
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
30+
DEBIAN_FRONTEND=noninteractive apt-get install -y --update --no-install-recommends \
3331
ca-certificates \
3432
curl \
3533
git \

pulumi/pulumi-python/docker-bake.hcl

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

55
variable "VERSION" {
6-
default = "3.192.0"
6+
default = "3.214.0"
77
}
88

99
# Explicitly define the latest Python version used for the consolidated image
@@ -18,11 +18,11 @@ variable "LOCAL_PLATFORM" {
1818

1919
variable "IMAGES" {
2020
default = [
21-
"pulumi-python-3.9",
2221
"pulumi-python-3.10",
2322
"pulumi-python-3.11",
2423
"pulumi-python-3.12",
25-
"pulumi-python-3.13"
24+
"pulumi-python-3.13",
25+
"pulumi-python-3.14"
2626
]
2727
}
2828

0 commit comments

Comments
 (0)