From 4037f0f1167933ca73bc03eb8305353f33704876 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 17:45:40 +0000 Subject: [PATCH] chore(deps): update docker images (non-major) --- .circleci/config.yml | 12 ++++++------ Dockerfile | 2 +- docker-compose.yml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 71e39b3a..5ea8a066 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,18 +28,18 @@ partials: executors: node-standalone: docker: - - image: cimg/node:18.9.1 + - image: cimg/node:18.10.0 node-with-dependencies: docker: - - image: cimg/node:18.9.1 + - image: cimg/node:18.10.0 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