From 9853730b90e38cf8469d598c557ceb8806eff26c Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Sun, 8 Dec 2019 22:30:41 +0100 Subject: [PATCH] Change npm version to less a buggy one --- pica-oh-my-form/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pica-oh-my-form/Dockerfile b/pica-oh-my-form/Dockerfile index 402e73e1..b1456c3b 100644 --- a/pica-oh-my-form/Dockerfile +++ b/pica-oh-my-form/Dockerfile @@ -1,4 +1,4 @@ -FROM node:13-alpine +FROM node:12.9.1-alpine LABEL maintainer="quentinduchemin@tuta.io" ARG OHMYFORM_VERSION=0.2.3 -- GitLab