We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7c927 commit f7d3574Copy full SHA for f7d3574
Earthfile
@@ -1,7 +1,7 @@
1
VERSION 0.6
2
3
elixir-base:
4
- FROM --platform=$BUILDPLATFORM elixir:1.14.3-alpine
+ FROM --platform=$BUILDPLATFORM elixir:1.18.4-alpine
5
RUN apk add --no-progress --update openssh-client git build-base unzip
6
RUN mix local.rebar --force && mix local.hex --force
7
@@ -14,7 +14,7 @@ elixir-base:
14
WORKDIR /tmp
15
ARG TARGETOS
16
ARG TARGETARCH
17
- RUN wget -O assets.zip https://github.com/annatel/libphonenumber/releases/download/v9.0.3-antl-0.6.1/libphonenumber_${TARGETARCH}-alpine-3.17.zip
+ RUN wget -O assets.zip https://github.com/annatel/libphonenumber/releases/download/v9.0.9-antl-0.6.2/libphonenumber_${TARGETARCH}-alpine-3.21.zip
18
WORKDIR /usr/local
19
RUN unzip /tmp/assets.zip
20
0 commit comments