Browse Source

Use nightly esy when building (#6110)

Ulrik Strid 4 years ago
parent
commit
222c20913c

+ 1 - 1
frameworks/OCaml/morph/morph-static.dockerfile

@@ -1,7 +1,7 @@
 FROM alpine:latest as certs
 FROM alpine:latest as certs
 RUN apk --update add ca-certificates
 RUN apk --update add ca-certificates
 
 
-FROM reasonnative/web:4.10.0 as builder
+FROM reasonnative/web:4.10.1-nightly as builder
 
 
 RUN mkdir /app
 RUN mkdir /app
 WORKDIR /app
 WORKDIR /app

+ 1 - 1
frameworks/OCaml/morph/morph.dockerfile

@@ -1,4 +1,4 @@
-FROM reasonnative/web:4.10.0 as builder
+FROM reasonnative/web:4.10.1-nightly as builder
 
 
 RUN mkdir /app
 RUN mkdir /app
 WORKDIR /app
 WORKDIR /app