From 34e8fc4b7539040dabb171b6f56dfd51e9faa572 Mon Sep 17 00:00:00 2001 From: Laura Fitzgerald Date: Thu, 19 Dec 2024 10:55:21 +0000 Subject: [PATCH] Update base image registry to mirror.gcr.io --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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