Update Alpine and Node

This commit is contained in:
Tulir Asokan 2025-01-03 12:31:01 +02:00
parent 813fee7a2c
commit 01b5f53d90
4 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
FROM node:20 AS frontend-builder
FROM node:22 AS frontend-builder
COPY ./maubot/management/frontend /frontend
RUN cd /frontend && yarn --prod && yarn build
FROM alpine:3.20
FROM alpine:3.21
RUN apk add --no-cache \
python3 py3-pip py3-setuptools py3-wheel \