Updated node version.

This commit is contained in:
2020-06-29 00:33:57 +02:00
parent 12b8b2cdd7
commit 3f7e168a38

View File

@@ -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 . .