Skip to content

Commit

Permalink
Feature. Update Redis, Node and apps deps (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
nskondratev authored Sep 2, 2024
1 parent 271bc44 commit 9fb1cd9
Show file tree
Hide file tree
Showing 7 changed files with 264 additions and 222 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: '3'

services:
redis:
image: redis:7.2.5-alpine
image: redis:7.4.0-alpine
volumes:
- ./data/redis:/data
restart: always
Expand Down
2 changes: 1 addition & 1 deletion proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.15.1
FROM node:20.17.0

ADD . /app

Expand Down
Loading

0 comments on commit 9fb1cd9

Please sign in to comment.