Skip to content

Commit c6b423d

Browse files
authored
[Bugfix:Autograding] fix typo with julia amd (#66)
### What is the new behavior? fix typo with Julia dockerfile for amd
1 parent ab22fdc commit c6b423d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/julia/1.11.5/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ARG TARGETARCH
1515
# x86
1616
RUN if [ $TARGETARCH = "amd64" ]; then \
1717
wget https://julialang-s3.julialang.org/bin/linux/x64/1.11/julia-1.11.5-linux-x86_64.tar.gz ; \
18-
tar zxvf julia-1.11.1-linux-x86_64.tar.gz ; \
19-
ln -s /julia-1.11.1/bin/julia /usr/bin/julia ; \
18+
tar zxvf julia-1.11.5-linux-x86_64.tar.gz ; \
19+
ln -s /julia-1.11.5/bin/julia /usr/bin/julia ; \
2020
fi
2121

2222

0 commit comments

Comments
 (0)