Update Dockerfile

- Mastodon 3.2.0
- GNU Libiconv 1.16
This commit is contained in:
Wonderfall 2020-07-27 16:56:13 +02:00 committed by GitHub
parent 37f83fc1ab
commit 4532bcadef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
FROM ruby:2.6.6-alpine3.12 FROM ruby:2.6.6-alpine3.12
ARG VERSION=v3.1.5 ARG VERSION=v3.2.0
ARG REPOSITORY=tootsuite/mastodon ARG REPOSITORY=tootsuite/mastodon
ARG LIBICONV_VERSION=1.15 ARG LIBICONV_VERSION=1.16
ENV UID=991 GID=991 \ ENV UID=991 GID=991 \
RUN_DB_MIGRATIONS=true \ RUN_DB_MIGRATIONS=true \