mirror of
https://github.com/plausible/analytics.git
synced 2024-12-22 09:01:40 +03:00
Use correct erlang version
This commit is contained in:
parent
e4816e8f64
commit
ed126bdb85
@ -1,4 +1,4 @@
|
|||||||
elixir 1.13.4-otp-24
|
elixir 1.13.4-otp-24
|
||||||
erlang 24.0.3
|
erlang 24.3.3
|
||||||
nodejs 16.3.0
|
nodejs 16.3.0
|
||||||
python 3.9.12
|
python 3.9.12
|
||||||
|
@ -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.13.4-erlang-24.0-alpine-3.13.3 as buildcontainer
|
FROM hexpm/elixir:1.13.4-erlang-24.3.3-alpine-3.15.3 as buildcontainer
|
||||||
|
|
||||||
# preparation
|
# preparation
|
||||||
ARG APP_VER=0.0.1
|
ARG APP_VER=0.0.1
|
||||||
@ -52,7 +52,7 @@ COPY rel rel
|
|||||||
RUN mix release plausible
|
RUN mix release plausible
|
||||||
|
|
||||||
# Main Docker Image
|
# Main Docker Image
|
||||||
FROM alpine:3.13.3
|
FROM alpine:3.15.3
|
||||||
LABEL maintainer="tckb <tckb@tgrthi.me>"
|
LABEL maintainer="tckb <tckb@tgrthi.me>"
|
||||||
ENV LANG=C.UTF-8
|
ENV LANG=C.UTF-8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user