Skip to content

Commit ad32fe2

Browse files
committed
Upgrade nodejs as well
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent bd12f90 commit ad32fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.14.2-stretch
22
RUN apt-get update && apt-get install -y curl python-requests python-yaml file jq unzip protobuf-compiler libprotobuf-dev && \
33
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
4-
RUN curl -sL https://deb.nodesource.com/setup_6.x | sh -
4+
RUN curl -sL https://deb.nodesource.com/setup_13.x | sh -
55
RUN apt-get install -y nodejs npm && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
66
RUN npm install -g postcss-cli autoprefixer
77
ENV HUGO_VERSION=v0.69.0

0 commit comments

Comments
 (0)