diff --git a/database/Dockerfile b/database/Dockerfile index 96814357..5a3146c1 100644 --- a/database/Dockerfile +++ b/database/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:11.14 +FROM postgres:16.3 COPY init-db.sh /docker-entrypoint-initdb.d diff --git a/tools/Dockerfile b/tools/Dockerfile index bfb70e3e..19a4390a 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.16.0 +FROM node:20.15.0 MAINTAINER "Chris Moreton " RUN npm install -g selenium-side-runner