File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Stage 1: Build the IAM Roles Anywhere Credential Helper from source
22# Version pinned to most recent stable release
3- FROM --platform=$TARGETPLATFORM public.ecr.aws/amazonlinux/amazonlinux:2023.7.20250527.1 AS builder
3+ FROM --platform=$TARGETPLATFORM public.ecr.aws/amazonlinux/amazonlinux:2023.8.20250721.2 AS builder
44
55# Add build arguments
66ARG TARGETARCH
77ARG VERSION
88
99# Install build dependencies
1010RUN dnf install -y \
11- golang-1.24.3 -1.amzn2023.0.1 \
11+ golang-1.24.5 -1.amzn2023.0.1 \
1212 make \
1313 && dnf clean all
1414
Original file line number Diff line number Diff line change 11module github.com/aws/rolesanywhere-credential-helper
22
3- go 1.23 .0
3+ go 1.24 .0
44
5- toolchain go1.23.7
5+ toolchain go1.24.5
66
77require (
88 github.com/aws/aws-sdk-go-v2 v1.36.1
You can’t perform that action at this time.
0 commit comments