Skip to content

Commit

Permalink
Node 8.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-moon22 committed Apr 5, 2022
1 parent 9b083f5 commit 60505b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build step
FROM node:latest as builder
FROM node:8.16.0 as builder
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY . /app
Expand Down

0 comments on commit 60505b5

Please sign in to comment.