Skip to content

Commit

Permalink
Update deps (#25)
Browse files Browse the repository at this point in the history
* Update Node.js to v18.16.1

* Update Redis to v7.0.12

* Update node apps deps
  • Loading branch information
nskondratev authored Jul 14, 2023
1 parent e3ae4db commit 47a7db5
Show file tree
Hide file tree
Showing 7 changed files with 672 additions and 825 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
redis:
image: redis:7.0.11-alpine
image: redis:7.0.12-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:18.16.0
FROM node:18.16.1

ADD . /app

Expand Down
Loading

0 comments on commit 47a7db5

Please sign in to comment.