Skip to content

Commit 4edcca5

Browse files
committed
[Github][Docker] Remove 'docker.io/library' from image name
1 parent 0ebd433 commit 4edcca5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/ubuntu:24.04 AS base
1+
FROM ubuntu:24.04 AS base
22
ENV LLVM_SYSROOT=/opt/llvm
33

44
FROM base AS stage1-toolchain

0 commit comments

Comments
 (0)