Skip to content

Commit 1a5fd72

Browse files
authored
updated golang to 1.15.10 and ubi8 to 8.3-291 to remediate (#81)
vulnerabilities
1 parent 355bf86 commit 1a5fd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.15.7 as builder
2+
FROM golang:1.15.10 as builder
33
ARG GOARCH
44

55
WORKDIR /workspace
@@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -o namespace-scope-opera
2121
# Use distroless as minimal base image to package the manager binary
2222
# Refer to https://github.com/GoogleContainerTools/distroless for more details
2323
# FROM gcr.io/distroless/static:nonroot
24-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-230
24+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-291
2525

2626
ARG VCS_REF
2727
ARG VCS_URL

0 commit comments

Comments
 (0)