Skip to content

Commit dfaa5a8

Browse files
authored
switch from nodejs-current to nodejs (fixes #25) (#26)
1 parent 62a0e0b commit dfaa5a8

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 @@
11
ARG BASE=
22
FROM ${BASE}
33

4-
RUN apk --update add --no-cache nodejs-current npm
4+
RUN apk --update add --no-cache nodejs npm

0 commit comments

Comments
 (0)