Skip to content

Commit 7d251a0

Browse files
authored
Merge pull request #797 from snyk/fix/update-base-image
fix: update base image to resolve vulnerabilities
2 parents fd74c82 + c61c0dc commit 7d251a0

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)