File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- ARG image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-02-22-1677092456 .2
14
+ ARG image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-09-06-1694026927 .2
15
15
ARG golang_image=public.ecr.aws/docker/library/golang:1.21.5
16
16
17
17
FROM --platform=$BUILDPLATFORM $golang_image AS builder
18
18
WORKDIR /go/src/github.com/kubernetes-sigs/aws-iam-authenticator
19
19
COPY . .
20
- RUN go mod download
20
+ RUN goproxy=https://goproxy.io go mod download
21
21
ARG TARGETOS TARGETARCH
22
22
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH make bin
23
23
RUN chown 65532 _output/bin/aws-iam-authenticator
Original file line number Diff line number Diff line change 1
- 0.5.23
1
+ 0.5.24
You can’t perform that action at this time.
0 commit comments