This commit is contained in:
2020-06-29 22:42:54 +02:00
2 changed files with 2 additions and 2 deletions

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

View File

@@ -10,6 +10,6 @@
"author": "Marvin Blum, Daniel Schramm",
"license": "ISC",
"devDependencies": {
"node-sass": "^4.13.0"
"node-sass": "^4.14.1"
}
}