We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d67f7d commit ce739acCopy full SHA for ce739ac
Earthfile
@@ -8,7 +8,7 @@ RUN apt-get update \
8
&& apt-get autoremove -y \
9
&& apt-get clean -y \
10
&& rm -rf /var/lib/apt/lists/*
11
-ARG HAXE_VERSION=4.2.5
+ARG HAXE_VERSION=5.0.0-preview.1
12
13
npm-install:
14
RUN apt-get update \
0 commit comments