We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aaf26b + 578314e commit a8f5058Copy full SHA for a8f5058
bolt/utils/docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:24.04 AS builder
+FROM docker.io/library/ubuntu:24.04 AS builder
2
3
ARG DEBIAN_FRONTEND=noninteractive
4
ENV TZ=UTC
@@ -25,6 +25,6 @@ RUN mkdir build && \
25
ninja check-bolt && \
26
ninja install-llvm-bolt install-merge-fdata install-bolt_rt
27
28
-FROM ubuntu:24.04
+FROM docker.io/library/ubuntu:24.04
29
30
COPY --from=builder /home/bolt/install /usr/local
0 commit comments