diff --git a/admin/Dockerfile b/admin/Dockerfile index 1ecb2287f..2337291fc 100644 --- a/admin/Dockerfile +++ b/admin/Dockerfile @@ -4,7 +4,7 @@ ARG port=4200 # Build container -FROM node:18.16.1-alpine3.17 AS build +FROM node:18.19.0-alpine3.17 AS build # Install dependencies and build static content ARG build_dir @@ -17,7 +17,7 @@ RUN cd libs && npm ci && cd .. && \ # Deploy container -FROM caddy:2.6.4-alpine +FROM caddy:2.7.6-alpine # Copy over Caddyfile and static content ARG build_dir diff --git a/api/Dockerfile b/api/Dockerfile index c6a16c430..720893792 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,5 +1,5 @@ # RedHat UBI 8 with nodejs 16 -FROM registry.access.redhat.com/ubi8/nodejs-18:1-60 AS builder +FROM registry.access.redhat.com/ubi8/nodejs-18:1-81 AS builder # Install packages, build and keep only prod packages WORKDIR /app