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
+2-21
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,6 @@
1
-
## Start Hack
2
-
FROM debian:jessie-slim
3
-
## All of this needed because of missing 8.11.x tag. Once we update to 8.15+ we can resume using Dockerfile.old or remove hack and use FROM node:8-slim
1
+
FROM node:8.16.0-slim
4
2
5
-
## Installing Node.js
6
-
RUN gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
0 commit comments