Skip to content

Commit f7d3574

Browse files
committed
test newer libphonenumber version (with Elixir 1.18.4)
1 parent 7f7c927 commit f7d3574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION 0.6
22

33
elixir-base:
4-
FROM --platform=$BUILDPLATFORM elixir:1.14.3-alpine
4+
FROM --platform=$BUILDPLATFORM elixir:1.18.4-alpine
55
RUN apk add --no-progress --update openssh-client git build-base unzip
66
RUN mix local.rebar --force && mix local.hex --force
77

@@ -14,7 +14,7 @@ elixir-base:
1414
WORKDIR /tmp
1515
ARG TARGETOS
1616
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
17+
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
1818
WORKDIR /usr/local
1919
RUN unzip /tmp/assets.zip
2020

0 commit comments

Comments
 (0)