diff --git a/Dockerfile b/Dockerfile index 2e73aab..1c06859 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN go mod download COPY . /build RUN go install ./cmd -FROM alpine:3.14.1 +FROM alpine:3.14.2 COPY --from=builder /go/bin/cmd /usr/local/bin/anchore-image-validator COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ diff --git a/Dockerfile.debug b/Dockerfile.debug index 5c31beb..1635f60 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -4,7 +4,7 @@ RUN apk add --update --no-cache ca-certificates git RUN go get github.com/derekparker/delve/cmd/dlv -FROM alpine:3.14.1 +FROM alpine:3.14.2 RUN apk add --update --no-cache libc6-compat