Skip to content

Commit 0dcc352

Browse files
roypatzulinx86
authored andcommitted
fix: pull ubuntu base layer from ECR instead of dockerhub
Our CI got ratelimited by dockerhub it seems. Signed-off-by: Patrick Roy <[email protected]>
1 parent e3e7103 commit 0dcc352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devctr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM public.ecr.aws/lts/ubuntu:22.04
22

33
# TODO: use a multi-stage build to reduce the download size when updating this container.
44
# The Rust toolchain layer will get updated most frequently, but we could keep the system

0 commit comments

Comments
 (0)