Update docker images to Alpine 3.11
This commit is contained in:
parent
d874f43df9
commit
3621ddc190
@ -3,7 +3,7 @@ FROM node:12 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.10
|
FROM alpine:3.11
|
||||||
|
|
||||||
ENV UID=1337 \
|
ENV UID=1337 \
|
||||||
GID=1337
|
GID=1337
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/alpine:3.10
|
FROM docker.io/alpine:3.11
|
||||||
|
|
||||||
COPY . /opt/maubot
|
COPY . /opt/maubot
|
||||||
RUN cd /opt/maubot \
|
RUN cd /opt/maubot \
|
||||||
|
Loading…
Reference in New Issue
Block a user