From a2fa38330aafa90e26a572c9178433b8f74aa0e2 Mon Sep 17 00:00:00 2001 From: Astyax Nourel Date: Mon, 20 Dec 2021 12:00:13 +0100 Subject: [PATCH] updating to fixed version v0.13.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ea3b16..bd5320a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ocamlsf/learn-ocaml:0.12 +FROM ocamlsf/learn-ocaml:0.13.1 USER root RUN apk add coreutils dumb-init py3-pip zip unzip \