Skip to content

Commit 86bb2f9

Browse files
committed
Update kitchen sink deps
1 parent 2a974c0 commit 86bb2f9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docker/pulumi/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.24-bookworm as builder
22

3-
RUN go install sigs.k8s.io/aws-iam-authenticator/cmd/aws-iam-authenticator@v0.6.31
3+
RUN go install sigs.k8s.io/aws-iam-authenticator/cmd/aws-iam-authenticator@v0.7.4
44

55
FROM debian:12 AS base
66

@@ -13,9 +13,9 @@ LABEL "homepage"="https://pulumi.com"
1313
LABEL "maintainer"="Pulumi Team <team@pulumi.com>"
1414
LABEL org.opencontainers.image.description="The Pulumi CLI, in a Docker container."
1515

16-
ENV GOLANG_VERSION 1.24.2
17-
ENV GOLANG_AMD64_SHA256 68097bd680839cbc9d464a0edce4f7c333975e27a90246890e9f1078c7e702ad
18-
ENV GOLANG_ARM64_SHA256 756274ea4b68fa5535eb9fe2559889287d725a8da63c6aae4d5f23778c229f4b
16+
ENV GOLANG_VERSION 1.24.5
17+
ENV GOLANG_AMD64_SHA256 10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc
18+
ENV GOLANG_ARM64_SHA256 0df02e6aeb3d3c06c95ff201d575907c736d6c62cfa4b6934c11203f1d600ffa
1919

2020
# Install base dependencies
2121
RUN apt-get update -y && \
@@ -216,11 +216,11 @@ FROM base AS build-environment
216216
ARG TARGETARCH
217217

218218
# https://github.com/pulumi/pulumictl/releases
219-
ENV PULUMICTL_VERSION 0.0.49
219+
ENV PULUMICTL_VERSION 0.0.50
220220
# https://github.com/golangci/golangci-lint/releases
221-
ENV GOLANGCI_LINT_VERSION 1.64.8
221+
ENV GOLANGCI_LINT_VERSION 2.3.0
222222
# https://github.com/goreleaser/goreleaser/releases
223-
ENV GORELEASER_VERSION 2.8.2
223+
ENV GORELEASER_VERSION 2.11.1
224224

225225
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
226226

0 commit comments

Comments
 (0)