Skip to content

Commit 6b3bf13

Browse files
authored
Merge pull request #12 from jotak/upgrade-base-image
NETOBSERV-218 upgrade base image
2 parents 351dd80 + 318b664 commit 6b3bf13

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
@@ -28,7 +28,7 @@ COPY Makefile Makefile
2828
RUN make compile
2929

3030
# Create final image from minimal + built binary
31-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-204
31+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-240
3232
WORKDIR /
3333
COPY --from=builder /opt/app-root/src/bin/netobserv-agent .
3434
USER 65532:65532

0 commit comments

Comments
 (0)