Added redis data migration post

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-09-04 10:07:25 +01:00
parent 2007c280c8
commit 0e5cce4a52
2 changed files with 170 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:16.17-alpine
RUN apk update && apk add python3 make gcc g++