Skip to content

Commit 269c77b

Browse files
authored
Fix wrong URL for Ubuntu (#22193)
The URL for Ubuntu 22.04 in MCR is slightly different from what we had before for Ubuntu 20.04. this is breaking the Docker build. This PR replaces the wrong URL with the new and correct one.
1 parent 7f226e7 commit 269c77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/datacontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/oss/mirror/docker.io/library/ubuntu:22.04
1+
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:22.04
22

33
RUN apt-get -y update
44
RUN apt-get -y install git

0 commit comments

Comments
 (0)