Update Dockerfile
- Mastodon 3.2.0 - GNU Libiconv 1.16
This commit is contained in:
parent
37f83fc1ab
commit
4532bcadef
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue