Skip to content

Commit 3c9f223

Browse files
authored
Merge pull request #685 from nnmin-aws/nnmin-rel
CVE fix and release v0.5.24
2 parents e6acb5b + e8aecac commit 3c9f223

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# 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
1515
ARG golang_image=public.ecr.aws/docker/library/golang:1.21.5
1616

1717
FROM --platform=$BUILDPLATFORM $golang_image AS builder
1818
WORKDIR /go/src/github.com/kubernetes-sigs/aws-iam-authenticator
1919
COPY . .
20-
RUN go mod download
20+
RUN goproxy=https://goproxy.io go mod download
2121
ARG TARGETOS TARGETARCH
2222
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH make bin
2323
RUN chown 65532 _output/bin/aws-iam-authenticator

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.23
1+
0.5.24

0 commit comments

Comments
 (0)