Skip to content

Commit 318b664

Browse files
committed
NETOBSERV-218 upgrade base image
1 parent e397ca1 commit 318b664

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)