Skip to content

Commit 6bb78c2

Browse files
Update isolate.
1 parent a1788e1 commit 6bb78c2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,10 @@ RUN set -xe && \
540540
rm -rf /var/lib/apt/lists/* && \
541541
git clone https://github.com/judge0/isolate.git /tmp/isolate && \
542542
cd /tmp/isolate && \
543-
git checkout 9be3ff6ff0670763e564912a6662730e55b69536 && \
543+
git checkout ad39cc4d0fbb577fb545910095c9da5ef8fc9a1a && \
544544
make -j$(nproc) install && \
545545
rm -rf /tmp/*
546546
ENV BOX_ROOT /var/local/lib/isolate
547547

548548
LABEL maintainer="Herman Zvonimir Došilović <[email protected]>"
549-
LABEL version="1.3.0"
549+
LABEL version="1.4.0"

extra/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM judge0/compilers:1.3.0-slim
1+
FROM judge0/compilers:1.4.0-slim
22

33
# Python for ML
44
RUN apt-get update && \
@@ -114,4 +114,4 @@ COPY docker-entrypoint.sh /
114114
ENTRYPOINT ["/docker-entrypoint.sh"]
115115

116116
LABEL maintainer="Herman Zvonimir Došilović <[email protected]>"
117-
LABEL version="1.5.0-extra"
117+
LABEL version="1.6.0-extra"

slim/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ RUN set -xe && \
3939
rm -rf /var/lib/apt/lists/* && \
4040
git clone https://github.com/judge0/isolate.git /tmp/isolate && \
4141
cd /tmp/isolate && \
42-
git checkout 9be3ff6ff0670763e564912a6662730e55b69536 && \
42+
git checkout ad39cc4d0fbb577fb545910095c9da5ef8fc9a1a && \
4343
make -j$(nproc) install && \
4444
rm -rf /tmp/*
4545
ENV BOX_ROOT /var/local/lib/isolate
4646

4747
LABEL maintainer="Herman Zvonimir Došilović <[email protected]>"
48-
LABEL version="1.3.0-slim"
48+
LABEL version="1.4.0-slim"

0 commit comments

Comments
 (0)