Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 18961d7 commit b1187c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ services:
# This service runs the RabbitMQ message broker
rabbitmq:
container_name: rabbitmq
image: rabbitmq:3.12.7-management-alpine
image: rabbitmq:3.12.8-management-alpine
env_file: env/.env.${ENV}
restart: unless-stopped
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.0.0-slim
FROM node:21.1.0-slim
WORKDIR /usr/src/app
RUN npm i -g pnpm
# pnpm fetch does require only lockfile
Expand Down
2 changes: 1 addition & 1 deletion docker/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## ===========================================================> The common stage
FROM node:21.0.0-slim AS base
FROM node:21.1.0-slim AS base

RUN npm i -g pnpm
## https://engineeringblog.yelp.com/2016/01/dumb-init-an-init-for-docker.html
Expand Down

0 comments on commit b1187c1

Please sign in to comment.