diff options
Diffstat (limited to 'healthcheck-container/Dockerfile')
-rw-r--r-- | healthcheck-container/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/healthcheck-container/Dockerfile b/healthcheck-container/Dockerfile index 6a546c6..cf93791 100644 --- a/healthcheck-container/Dockerfile +++ b/healthcheck-container/Dockerfile @@ -17,7 +17,7 @@ # limitations under the License. # ============LICENSE_END========================================================= # -FROM node:14.17.0-alpine3.13 +FROM node:16.12.0-alpine3.14 RUN mkdir -p /opt/app \ && adduser -D -h /opt/app health COPY *.js /opt/app/ |