11FROM 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
55FROM debian:12 AS base
66
@@ -13,9 +13,9 @@ LABEL "homepage"="https://pulumi.com"
1313LABEL "maintainer" ="Pulumi Team <team@pulumi.com>"
1414LABEL 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
2121RUN apt-get update -y && \
@@ -216,11 +216,11 @@ FROM base AS build-environment
216216ARG 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
225225SHELL ["/bin/bash" , "-o" , "errexit" , "-o" , "nounset" , "-o" , "pipefail" , "-c" ]
226226
0 commit comments