Skip to content

Commit

Permalink
update hapi node container version. #491
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronosec committed Feb 16, 2021
1 parent aaea92d commit b333e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/hapi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:12.16.2-alpine

# Create app directory
WORKDIR /opt/application
Expand All @@ -24,4 +24,4 @@ COPY yarn.lock ./
COPY . .

EXPOSE 3005
CMD nodemon -L src/index.js
CMD nodemon -L src/index.js

0 comments on commit b333e51

Please sign in to comment.