Skip to content

Commit

Permalink
Update base image to fix CVEs (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charly Fontaine committed Jun 21, 2022
1 parent a9cb1ae commit abb59b0
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 abb59b0

Please sign in to comment.