From f959fdb93f37e4d8a3bc49b61aec47bf4c53f090 Mon Sep 17 00:00:00 2001 From: William Petit Date: Fri, 18 Feb 2022 10:24:46 +0100 Subject: [PATCH] Update Dockerfile --- misc/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/docker/Dockerfile b/misc/docker/Dockerfile index 404da39..f342298 100644 --- a/misc/docker/Dockerfile +++ b/misc/docker/Dockerfile @@ -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