fix dockerfile warning (#4477)

This commit is contained in:
ruslandoga 2024-08-28 13:16:06 +07:00 committed by GitHub
parent 2e89a50188
commit 8b06c91b0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
# platform specific, it makes sense to build it in the docker # platform specific, it makes sense to build it in the docker
#### Builder #### Builder
FROM hexpm/elixir:1.17.1-erlang-27.0-alpine-3.18.6 as buildcontainer FROM hexpm/elixir:1.17.1-erlang-27.0-alpine-3.18.6 AS buildcontainer
ARG MIX_ENV=ce ARG MIX_ENV=ce