We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd12f90 commit ad32fe2Copy full SHA for ad32fe2
build-image/Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:1.14.2-stretch
2
RUN apt-get update && apt-get install -y curl python-requests python-yaml file jq unzip protobuf-compiler libprotobuf-dev && \
3
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
4
-RUN curl -sL https://deb.nodesource.com/setup_6.x | sh -
+RUN curl -sL https://deb.nodesource.com/setup_13.x | sh -
5
RUN apt-get install -y nodejs npm && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6
RUN npm install -g postcss-cli autoprefixer
7
ENV HUGO_VERSION=v0.69.0
0 commit comments