Skip to content

Commit 279f28f

Browse files
Merge pull request #1096 from snyk/fix/update-ubi-base-image
fix: update UBI8 base image
2 parents 866abdc + 74e24d4 commit 279f28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ubi8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN go install github.com/chrismellard/docker-credential-acr-env@d4055f832e8b16e
1616
#---------------------------------------------------------------------
1717
# STAGE 3: Build the kubernetes-monitor
1818
#---------------------------------------------------------------------
19-
FROM registry.access.redhat.com/ubi8/ubi:8.5
19+
FROM registry.access.redhat.com/ubi8/ubi:8.6
2020

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

0 commit comments

Comments
 (0)