From 3f7e168a38ba6205f3cf79516cb9394ff3d3a286 Mon Sep 17 00:00:00 2001 From: Marvin Blum Date: Mon, 29 Jun 2020 00:33:57 +0200 Subject: [PATCH] Updated node version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 250c675..5811582 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang AS build RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y curl && \ - curl -sL https://deb.nodesource.com/setup_13.x -o nodesource_setup.sh && bash nodesource_setup.sh && \ + curl -sL https://deb.nodesource.com/setup_14.x -o nodesource_setup.sh && bash nodesource_setup.sh && \ apt-get install -y nodejs WORKDIR /go/src/github.com/Kugelschieber/schnittfest COPY . .