1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

Update Node.js to v21.7.3 and Redis to v10

This commit is contained in:
toast-ts 2024-04-25 00:32:47 +10:00
parent 43deca25e4
commit b30f3a134c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:21.7.2-alpine3.19
FROM node:21.7.3-alpine3.19
ENV YARN_VERSION 4.1.1
ENV TZ Australia/Sydney
RUN yarn policies set-version $YARN_VERSION

View File

@ -1,7 +1,7 @@
services:
cache:
container_name: daggerbot-redis
image: redis/redis-stack-server:7.2.0-v9
image: redis/redis-stack-server:7.2.0-v10
restart: unless-stopped
ports:
- 6379:6379/tcp