Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update docker images (non-major)
Browse files Browse the repository at this point in the history
renovate[bot] authored Aug 24, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 15c8078 commit af34a67
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ executors:
docker:
- image: cimg/node:18.7.0
environment: *main-env
- image: mongo:5.0.10-focal
- image: mongo:5.0.11-focal
environment: *mongo-env
- image: minio/minio:RELEASE.2022-05-26T05-48-41Z
entrypoint: sh
@@ -53,7 +53,7 @@ executors:
docker:
- image: cypress/browsers:node16.14.2-slim-chrome100-ff99-edge
environment: *main-env
- image: mongo:5.0.10-focal
- image: mongo:5.0.11-focal
environment: *mongo-env
- image: minio/minio:RELEASE.2022-05-26T05-48-41Z
entrypoint: sh
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.7.0-buster-slim as base
FROM node:18.8.0-buster-slim as base

# install libmongocrypt
# this can be removed if the projects does not target a support for CSFLE
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:5.0.10
image: mongo:5.0.11
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: password

0 comments on commit af34a67

Please sign in to comment.