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 Jul 30, 2024
1 parent 3883ea7 commit 14ed059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.20.3-buster-slim as base

# install libmongocrypt
# this can be removed if the projects does not target a support for CSFLE
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
image: mailhog/mailhog:v1.0.1

redis:
image: redis:7.0.4
image: redis:7.4.0
command: redis-server --appendonly yes
volumes:
- redis:/data
Expand All @@ -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.16
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: password
Expand Down

0 comments on commit 14ed059

Please sign in to comment.