mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20:27 +00:00
Updated node version.
This commit is contained in:
@@ -2,7 +2,7 @@ FROM golang AS build
|
|||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
apt-get install -y curl && \
|
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
|
apt-get install -y nodejs
|
||||||
WORKDIR /go/src/github.com/Kugelschieber/schnittfest
|
WORKDIR /go/src/github.com/Kugelschieber/schnittfest
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user