diff --git a/.circleci/config.yml b/.circleci/config.yml index 71e39b3a..8d2e5f51 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,13 +33,13 @@ executors: docker: - image: cimg/node:18.9.1 environment: *main-env - - image: mongo:6.0.1-focal + - image: mongo:6.0.2-focal environment: *mongo-env - image: minio/minio:RELEASE.2022-05-26T05-48-41Z entrypoint: sh command: -c 'mkdir -p /data/app && /opt/bin/minio server /data' environment: *mino-env - - image: cimg/redis:7.0.4 + - image: cimg/redis:7.0.5 command: redis-server --appendonly yes - image: appvantage/html2pdf-service:1.7.2 name: html2pdf @@ -53,12 +53,12 @@ executors: docker: - image: cypress/browsers:node18.6.0-chrome105-ff104 environment: *main-env - - image: mongo:6.0.1-focal + - image: mongo:6.0.2-focal environment: *mongo-env - image: minio/minio:RELEASE.2022-05-26T05-48-41Z entrypoint: sh command: -c 'mkdir -p /data/app && /opt/bin/minio server /data' - - image: cimg/redis:7.0.4 + - image: cimg/redis:7.0.5 command: redis-server --appendonly yes - image: appvantage/html2pdf-service:1.7.2 name: html2pdf diff --git a/Dockerfile b/Dockerfile index 4ad62645..89be3906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.7.0-buster-slim as base +FROM node:18.10.0-buster-slim as base # install libmongocrypt # this can be removed if the projects does not target a support for CSFLE diff --git a/docker-compose.yml b/docker-compose.yml index 9414581a..c28b71ee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: image: mailhog/mailhog:v1.0.1 redis: - image: redis:7.0.4 + image: redis:7.0.5 command: redis-server --appendonly yes volumes: - redis:/data @@ -25,7 +25,7 @@ services: mongo: # can be replace by ghcr.io/appvantageasia/mongo-entreprise:X.X.X # changes to be done in override file - image: mongo:6.0.1 + image: mongo:6.0.2 environment: MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_PASSWORD: password