Skip to content

Commit fc18cee

Browse files
committed
Update overlooked version bump
1 parent 3cf109f commit fc18cee

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
@@ -6,7 +6,7 @@ RUN test ! -f /etc/alpine-release || apk add --no-cache build-base bash python2
66
RUN mkdir -p /code
77
WORKDIR /code
88

9-
ARG NODE_VERSION=14.14.0
9+
ARG NODE_VERSION=15.5.1
1010

1111
COPY download-node /code/
1212
RUN ./download-node ${NODE_VERSION}

0 commit comments

Comments
 (0)