Skip to content
Snippets Groups Projects
Unverified Commit 50a9dca7 authored by Manuel Rüger's avatar Manuel Rüger Committed by GitHub
Browse files

Dockerfile: Update to alpine-3.12 (#645)

parent 4e009544
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ COPY cmd/ cmd/ ...@@ -7,7 +7,7 @@ COPY cmd/ cmd/
ARG KUBEBENCH_VERSION ARG KUBEBENCH_VERSION
RUN GO111MODULE=on CGO_ENABLED=0 go install -a -ldflags "-X github.com/aquasecurity/kube-bench/cmd.KubeBenchVersion=${KUBEBENCH_VERSION} -w" RUN GO111MODULE=on CGO_ENABLED=0 go install -a -ldflags "-X github.com/aquasecurity/kube-bench/cmd.KubeBenchVersion=${KUBEBENCH_VERSION} -w"
FROM alpine:3.11 AS run FROM alpine:3.12 AS run
WORKDIR /opt/kube-bench/ WORKDIR /opt/kube-bench/
# add GNU ps for -C, -o cmd, and --no-headers support # add GNU ps for -C, -o cmd, and --no-headers support
# https://github.com/aquasecurity/kube-bench/issues/109 # https://github.com/aquasecurity/kube-bench/issues/109
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment