Skip to content

Commit

Permalink
Set Dockerfile node version
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyHeeead committed Jan 21, 2021
1 parent 26d2788 commit bd6d078
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 @@
# ---- Dependencies ----
FROM node:lts-alpine AS dependencies
FROM node:12-alpine AS dependencies
WORKDIR /app
COPY package.json ./
RUN yarn install
Expand Down

0 comments on commit bd6d078

Please sign in to comment.