Skip to content

Commit 0263efb

Browse files
feat: update base image to the latest version
Update base image to the latest version of `ubi8/ubi` images.
1 parent 4f56dc2 commit 0263efb

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
@@ -16,7 +16,7 @@ RUN cp $HOME/go/bin/docker-credential-ecr-login /usr/local/bin/docker-credential
1616
#---------------------------------------------------------------------
1717
# STAGE 2: Build the kubernetes-monitor
1818
#---------------------------------------------------------------------
19-
FROM registry.access.redhat.com/ubi8/ubi:8.4
19+
FROM registry.access.redhat.com/ubi8/ubi:8.5
2020

2121
LABEL name="Snyk Controller" \
2222
maintainer="[email protected]" \

0 commit comments

Comments
 (0)