Skip to content

Commit f9b5558

Browse files
authored
Update Dockerfile from node
Update "FROM" to use node version according to package.json / .travis.yml `>=10.18.1` dubnium, see https://hub.docker.com/layers/node/library/node/dubnium/images/sha256-c8c6878c2c9157fbb0d678c4d562a702347cdf580e9efca53c9d34a4c5b89756?context=explore
1 parent 03f1b35 commit f9b5558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

33
# Create app directory
44
RUN mkdir -p /usr/src/app

0 commit comments

Comments
 (0)