Skip to content

Commit a393a6c

Browse files
authored
fix: use the latest LTS so we can pass some new command line options (#1295)
1 parent b00e701 commit a393a6c

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,5 +1,5 @@
11
# FROM node:6-stretch
2-
FROM node:14.1.0
2+
FROM node:18.13.0
33

44
RUN mkdir /usr/src/goof
55
RUN mkdir /tmp/extracted_files

0 commit comments

Comments
 (0)