Update Alpine and Node

This commit is contained in:
Tulir Asokan 2025-08-20 10:26:10 +03:00
parent 905c91c285
commit beaba079ca
3 changed files with 4 additions and 4 deletions

View file

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