You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
FROM gcr.io/google_appengine/nodejs
2
2
3
-
RUN /usr/local/bin/install_node '8.15.1'
3
+
RUN /usr/local/bin/install_node '14.18.1'
4
4
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
5
5
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
6
6
RUN apt-get update && apt-get install -y google-cloud-sdk kubectl jq
0 commit comments