diff --git a/Dockerfile b/Dockerfile index a5088ddb..d897139e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN npm run build RUN npm ci --omit dev # Step 2: Serve the app with httpd -FROM httpd:2.4.54-alpine +FROM httpd:2.4.59-alpine RUN apk add --update openssl sed nodejs supervisor #TODO: volume mount the certs