Skip to content

Commit

Permalink
Update base image to fix CVEs (#523) (#530)
Browse files Browse the repository at this point in the history
Co-authored-by: Charly Fontaine <charly@datadoghq.com>
  • Loading branch information
celenechang and Charly Fontaine committed Jun 24, 2022
1 parent ea961db commit 15eb410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG GOARCH
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${GOARCH} GO111MODULE=on go build -a -ldflags "${LDFLAGS}" -o manager main.go
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${GOARCH} GO111MODULE=on go build -a -ldflags "${LDFLAGS}" -o helpers cmd/helpers/main.go

FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest

LABEL name="datadog/operator"
LABEL vendor="Datadog Inc."
Expand Down

0 comments on commit 15eb410

Please sign in to comment.