You've already forked aws-iam-anywhere-refresher
Updated golang version
This commit is contained in:
@@ -9,12 +9,10 @@ ADD . .
|
||||
|
||||
RUN go mod tidy && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on GOOS=linux go build -o /app/aws-iam-anywhere-refresher
|
||||
|
||||
FROM ubuntu AS runtime
|
||||
FROM alpine:3 AS runtime
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=build /app/aws-iam-anywhere-refresher aws-iam-anywhere-refresher
|
||||
|
||||
RUN apt update && apt install -yqq ca-certificates
|
||||
|
||||
ENTRYPOINT ["/app/aws-iam-anywhere-refresher"]
|
||||
|
||||
Reference in New Issue
Block a user