diff --git a/docker/handshake/Dockerfile b/docker/handshake/Dockerfile index 6ef5f561..09525735 100644 --- a/docker/handshake/Dockerfile +++ b/docker/handshake/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.15.0-alpine +FROM node:15.8.0-alpine WORKDIR /opt/hsd diff --git a/packages/handshake-api/Dockerfile b/packages/handshake-api/Dockerfile index 03e9c5ff..1104cb21 100644 --- a/packages/handshake-api/Dockerfile +++ b/packages/handshake-api/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.15.0-alpine +FROM node:15.8.0-alpine WORKDIR /usr/app diff --git a/packages/health-check/Dockerfile b/packages/health-check/Dockerfile index 71da10c5..9ecc2f14 100644 --- a/packages/health-check/Dockerfile +++ b/packages/health-check/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.15.0-alpine +FROM node:15.8.0-alpine WORKDIR /usr/app diff --git a/packages/webapp/Dockerfile b/packages/webapp/Dockerfile index 8a4398da..0b9410b7 100644 --- a/packages/webapp/Dockerfile +++ b/packages/webapp/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.15.0-alpine +FROM node:15.8.0-alpine RUN apk add --no-cache autoconf automake libtool gcc make g++ zlib-dev file nasm util-linux