Skip to content

Commit 36be1bc

Browse files
committed
feat: upgrade acr creds helper
1 parent 5c20b87 commit 36be1bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN go install github.com/awslabs/amazon-ecr-credential-helper/ecr-login/cli/doc
88
RUN --mount=type=secret,id=gh_token,required=true \
99
git config --global url."https://$(cat /run/secrets/gh_token):[email protected]/snyk".insteadOf "https://github.com/snyk" && \
1010
go env -w GOPRIVATE=github.com/snyk && \
11-
go install github.com/snyk/docker-credential-acr-env@697fe895979cea8a1595b4c0c30ea78a5f5c13ce && \
11+
go install github.com/snyk/docker-credential-acr-env@62fbee8398a22171cb0f628400a29b2ebaed7a3a && \
1212
git config --global --unset url."https://$(cat /run/secrets/gh_token):[email protected]/snyk".insteadOf
1313

1414
#---------------------------------------------------------------------

Dockerfile.ubi9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN GOTOOLCHAIN=go1.23.4 go install github.com/awslabs/amazon-ecr-credential-hel
77
RUN --mount=type=secret,id=gh_token,uid=1001,required=true \
88
git config --global url."https://$(cat /run/secrets/gh_token):[email protected]/snyk".insteadOf "https://github.com/snyk" && \
99
go env -w GOPRIVATE=github.com/snyk && \
10-
GOTOOLCHAIN=go1.23.4 go install github.com/snyk/docker-credential-acr-env@697fe895979cea8a1595b4c0c30ea78a5f5c13ce && \
10+
GOTOOLCHAIN=go1.23.4 go install github.com/snyk/docker-credential-acr-env@62fbee8398a22171cb0f628400a29b2ebaed7a3a && \
1111
git config --global --unset url."https://$(cat /run/secrets/gh_token):[email protected]/snyk".insteadOf
1212

1313
#---------------------------------------------------------------------

0 commit comments

Comments
 (0)