File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -540,10 +540,10 @@ RUN set -xe && \
540
540
rm -rf /var/lib/apt/lists/* && \
541
541
git clone https://github.com/judge0/isolate.git /tmp/isolate && \
542
542
cd /tmp/isolate && \
543
- git checkout 9be3ff6ff0670763e564912a6662730e55b69536 && \
543
+ git checkout ad39cc4d0fbb577fb545910095c9da5ef8fc9a1a && \
544
544
make -j$(nproc) install && \
545
545
rm -rf /tmp/*
546
546
ENV BOX_ROOT /var/local/lib/isolate
547
547
548
548
LABEL maintainer=
"Herman Zvonimir Došilović <[email protected] >"
549
- LABEL version="1.3 .0"
549
+ LABEL version="1.4 .0"
Original file line number Diff line number Diff line change 1
- FROM judge0/compilers:1.3 .0-slim
1
+ FROM judge0/compilers:1.4 .0-slim
2
2
3
3
# Python for ML
4
4
RUN apt-get update && \
@@ -114,4 +114,4 @@ COPY docker-entrypoint.sh /
114
114
ENTRYPOINT ["/docker-entrypoint.sh" ]
115
115
116
116
LABEL maintainer=
"Herman Zvonimir Došilović <[email protected] >"
117
- LABEL version="1.5 .0-extra"
117
+ LABEL version="1.6 .0-extra"
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ RUN set -xe && \
39
39
rm -rf /var/lib/apt/lists/* && \
40
40
git clone https://github.com/judge0/isolate.git /tmp/isolate && \
41
41
cd /tmp/isolate && \
42
- git checkout 9be3ff6ff0670763e564912a6662730e55b69536 && \
42
+ git checkout ad39cc4d0fbb577fb545910095c9da5ef8fc9a1a && \
43
43
make -j$(nproc) install && \
44
44
rm -rf /tmp/*
45
45
ENV BOX_ROOT /var/local/lib/isolate
46
46
47
47
LABEL maintainer=
"Herman Zvonimir Došilović <[email protected] >"
48
- LABEL version="1.3 .0-slim"
48
+ LABEL version="1.4 .0-slim"
You can’t perform that action at this time.
0 commit comments