Skip to content

Commit

Permalink
Update docker images to Alpine 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 23, 2020
1 parent d874f43 commit 3621ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:12 AS frontend-builder
COPY ./maubot/management/frontend /frontend
RUN cd /frontend && yarn --prod && yarn build

FROM alpine:3.10
FROM alpine:3.11

ENV UID=1337 \
GID=1337
Expand Down
2 changes: 1 addition & 1 deletion maubot/standalone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/alpine:3.10
FROM docker.io/alpine:3.11

COPY . /opt/maubot
RUN cd /opt/maubot \
Expand Down

0 comments on commit 3621ddc

Please sign in to comment.