Skip to content

Commit 8771d25

Browse files
committed
Bump elixir to 1.20.2 and OTP to 28.5.0.3
1 parent c99c8ac commit 8771d25

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
erlang 28.5.0.1
2-
elixir 1.20.1-otp-28
1+
erlang 28.5.0.3
2+
elixir 1.20.2-otp-28
33
nodejs 23.2.0

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
#### Builder
6-
FROM hexpm/elixir:1.20.1-erlang-28.5.0.1-alpine-3.22.4@sha256:ba0f4e2b4cf931850708dfa3bff3c3f4b561fa010f554df9337eece9b71ee1f6 AS buildcontainer
6+
FROM hexpm/elixir:1.20.2-erlang-28.5.0.3-alpine-3.22.5@sha256:e471090fb2954e76fe1df46d6c3fe3a202f8331340330147252608d8760c6441
77

88
ARG MIX_ENV=ce
99

@@ -54,7 +54,7 @@ COPY rel rel
5454
RUN mix release plausible
5555

5656
# Main Docker Image
57-
FROM alpine:3.22.4@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601
57+
FROM alpine:3.22.4@sha256:a31a2d557763b707d5416fb01c50ed63994271df515bbac9b215c25803685932
5858
LABEL maintainer="plausible.io <hello@plausible.io>"
5959

6060
ARG BUILD_METADATA={}

0 commit comments

Comments
 (0)