From b333e512aca1eec4371515fe9605945495959d8a Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Tue, 16 Feb 2021 15:52:16 -0600 Subject: [PATCH] update hapi node container version. #491 --- services/hapi/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/hapi/Dockerfile b/services/hapi/Dockerfile index 10fcf02d..b1dcc28d 100644 --- a/services/hapi/Dockerfile +++ b/services/hapi/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12-alpine +FROM node:12.16.2-alpine # Create app directory WORKDIR /opt/application @@ -24,4 +24,4 @@ COPY yarn.lock ./ COPY . . EXPOSE 3005 -CMD nodemon -L src/index.js \ No newline at end of file +CMD nodemon -L src/index.js