Skip to content

Commit 84239dc

Browse files
committed
add back 'docker.io/library'
1 parent b42e0e1 commit 84239dc

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/containers/github-action-ci-tooling

1 file changed

+1
-1
lines changed

.github/workflows/containers/github-action-ci-tooling/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG LLVM_VERSION=21.1.0
22

3-
FROM ubuntu:24.04 AS llvm-downloader
3+
FROM docker.io/library/ubuntu:24.04 AS llvm-downloader
44
ARG LLVM_VERSION
55

66
RUN apt-get update && \

0 commit comments

Comments
 (0)