mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
bump node base image to 21
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:16-alpine
|
FROM node:21-alpine
|
||||||
|
|
||||||
RUN apk update && apk upgrade && \
|
RUN apk update && apk upgrade && \
|
||||||
apk add --no-cache git
|
apk add --no-cache git
|
||||||
|
|||||||
Reference in New Issue
Block a user