diff --git a/Dockerfile b/Dockerfile index 2ed3a09..e570351 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ### # Get aws-cli helper ### -FROM golang:1.21 AS builder +FROM golang:1.22 AS builder RUN go install -ldflags "-linkmode external -extldflags -static" github.com/chialab/aws-ecr-get-login-password@latest \ && cp $GOPATH/bin/aws-ecr-get-login-password /usr/local/bin/