Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Commit

Permalink
chore: fix node Docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Albeik committed May 9, 2020
1 parent fa89164 commit 0a8f251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/dev/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pull official base image for builder
FROM node:slim
FROM node:10.20.1

# create and set build directory
RUN mkdir /app
Expand Down
2 changes: 1 addition & 1 deletion docker/prod/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pull official base image
FROM node:latest
FROM node:10.20.1

# set and copy work directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit 0a8f251

Please sign in to comment.