Skip to content

Commit ab3c8a1

Browse files
committed
node.js v10.23.1
1 parent d3c74f1 commit ab3c8a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:15.5.0-buster
1+
FROM node:10.23.1-buster
22

33
COPY assets/.profile /root/.profile
44

Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:15.5.0-alpine
1+
FROM node:10.23.1-alpine
22

33
COPY assets/.profile /root/.profile
44

Dockerfile-gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:15.5.0-buster-slim
1+
FROM node:10.23.1-buster-slim
22

33
COPY assets/.profile /root/.profile
44

Dockerfile-slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:15.5.0-buster-slim
1+
FROM node:10.23.1-buster-slim
22

33
COPY assets/.profile /root/.profile
44

0 commit comments

Comments
 (0)