Update Dockerfile

This commit is contained in:
浪子 2024-12-16 10:48:55 +08:00 committed by GitHub
parent 3767a55bbe
commit 0342102c3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM elixir:1.14.4-alpine # 使用较新版本的基础镜像
FROM elixir:1.15.8-otp-24-alpine
ARG PLEROMA_VER=develop
ARG PLEROMA_VER=stable
ARG UID=911
ARG GID=911
ENV MIX_ENV=prod