Skip to content

Commit fc9bda5

Browse files
committed
Bump node version
1 parent 6a1da01 commit fc9bda5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v14.18.1

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM gcr.io/google_appengine/nodejs
22

3-
RUN /usr/local/bin/install_node '8.15.1'
3+
RUN /usr/local/bin/install_node '14.18.1'
44
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
55
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
66
RUN apt-get update && apt-get install -y google-cloud-sdk kubectl jq

0 commit comments

Comments
 (0)