diff --git a/Dockerfile b/Dockerfile index d878e60e..085c2e65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # Use bullseye as build image instead of Bookworm as ubi9 does not not have GLIBCXX_3.4.30 # https://access.redhat.com/solutions/6969351 -FROM rust:1.79.0-bullseye as limitador-build +FROM mirror.gcr.io/library/rust:1.79.0-bullseye as limitador-build RUN apt update && apt upgrade -y \ && apt install -y protobuf-compiler clang