Skip to content

Commit

Permalink
chore(deps): update docker images (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2022
1 parent 15c8078 commit e724375
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ partials:
executors:
node-standalone:
docker:
- image: cimg/node:18.7.0
- image: cimg/node:18.8.0
node-with-dependencies:
docker:
- image: cimg/node:18.7.0
- image: cimg/node:18.8.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
Expand All @@ -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
Expand Down
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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e724375

Please sign in to comment.