From 13127249ddd1f61f8ed6b75803b0de1f4d25f96e Mon Sep 17 00:00:00 2001 From: RblSb Date: Sun, 6 Jun 2021 20:22:19 +0300 Subject: Less silly logins And Haxe update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 3944c64..5fcb485 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /usr/src/app RUN apk add nodejs npm git; \ npm install --global lix; \ - lix install haxe 4.1.5 --global + lix install haxe 4.2.2 --global COPY res ./res COPY src ./src -- cgit v1.2.3