bump node base image to 21

This commit is contained in:
TheBeastLT
2024-01-30 08:49:58 +02:00
parent 81218bbc8d
commit cc0d8cbdab

View File

@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:21-alpine
RUN apk update && apk upgrade && \
apk add --no-cache git