Skip to content

Commit

Permalink
Update base image registry to mirror.gcr.io
Browse files Browse the repository at this point in the history
Signed-off-by: Laura Fitzgerald <[email protected]>
  • Loading branch information
laurafitzgerald committed Dec 20, 2024
1 parent 95423f1 commit 22264d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22264d2

Please sign in to comment.