Update docker images to Alpine 3.11

This commit is contained in:
Tulir Asokan 2020-01-23 14:35:35 +02:00
parent d874f43df9
commit 3621ddc190
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/alpine:3.10
FROM docker.io/alpine:3.11
COPY . /opt/maubot
RUN cd /opt/maubot \