Update Dockerfile to use latest version of Alpine
That way we can functionality from python 3.11
This commit is contained in:
parent
b4e8e5bfbb
commit
9377a71dca
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM node:18 AS frontend-builder
|
||||||
COPY ./maubot/management/frontend /frontend
|
COPY ./maubot/management/frontend /frontend
|
||||||
RUN cd /frontend && yarn --prod && yarn build
|
RUN cd /frontend && yarn --prod && yarn build
|
||||||
|
|
||||||
FROM alpine:3.17
|
FROM alpine:3.18
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
python3 py3-pip py3-setuptools py3-wheel \
|
python3 py3-pip py3-setuptools py3-wheel \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue