Skip to content

Commit c61c0dc

Browse files
committed
fix: update base image to resolve vulnerabilities
1 parent fd74c82 commit c61c0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN cd $GOPATH/src/github.com/containers/skopeo \
1313
#---------------------------------------------------------------------
1414
# STAGE 2: Build the kubernetes-monitor
1515
#---------------------------------------------------------------------
16-
FROM registry.access.redhat.com/ubi8/ubi:8.3
16+
FROM registry.access.redhat.com/ubi8/ubi:8.4
1717

1818
LABEL name="Snyk Controller" \
1919
maintainer="[email protected]" \

0 commit comments

Comments
 (0)