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 Sep 29, 2022
1 parent 3883ea7 commit d3bfb2b
Show file tree
Hide file tree
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
Expand Up @@ -39,7 +39,7 @@ executors:
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
Expand All @@ -58,7 +58,7 @@ executors:
- 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
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.10.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 @@ -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
Expand Down

0 comments on commit d3bfb2b

Please sign in to comment.