Skip to content

Commit e7a25c5

Browse files
committed
Bump pulumi to 3.177.0
1 parent fabb5d5 commit e7a25c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pulumi/pulumi-base/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
ARG BASE_IMAGE=docker.io/ubuntu:jammy-20250404
2+
ARG BASE_IMAGE=docker.io/ubuntu:noble-20250529
33
# hadolint ignore=DL3006
44
FROM $BASE_IMAGE AS base
55

pulumi/pulumi-base/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)