File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22ARG 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
66FROM $BUILD_IMAGE AS build
77
88ARG PULUMI_VERSION
99
1010SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
1111RUN <<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
2827WORKDIR /pulumi/projects
2928
3029RUN <<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 \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ variable "TAG_PREFIX" {
33}
44
55variable "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
1919variable "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
You can’t perform that action at this time.
0 commit comments