Verified Commit 8efe1e1b authored by Bohdan Parkhomchuk's avatar Bohdan Parkhomchuk 💬 Committed by GitLab
Browse files

chore(docker): bump runtime base to ubi10

parent 64fa1896
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ ENV GKG_VERSION=$GKG_VERSION
RUN cargo build --release --package gkg-server && \
    cp target/release/gkg-server /gkg-server

FROM registry.access.redhat.com/ubi9/ubi-micro:latest
FROM registry.access.redhat.com/ubi10/ubi-micro:10.1

COPY --from=builder /gkg-server /usr/local/bin/gkg-server