Update Dockerfile
This commit is contained in:
parent
6a52595fa7
commit
f959fdb93f
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.15 AS build
|
||||
FROM golang:1.17 AS build
|
||||
|
||||
ARG HTTP_PROXY=
|
||||
ARG HTTPS_PROXY=
|
||||
|
@ -7,7 +7,7 @@ ARG https_proxy=
|
|||
|
||||
RUN apt-get update && apt-get install -y build-essential git bash curl
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \
|
||||
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
|
||||
&& apt-get install -y nodejs
|
||||
|
||||
COPY . /src
|
||||
|
|
Loading…
Reference in New Issue