Skip to content

Commit 8b46bc5

Browse files
committed
Update versions in Dockerfile
1 parent baa232c commit 8b46bc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/sync-service/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG ELIXIR_VERSION=1.19.1
2-
ARG OTP_VERSION=28.1.1
3-
ARG DEBIAN_VERSION=bookworm-20251020-slim
1+
ARG ELIXIR_VERSION=1.20.0-rc.0
2+
ARG OTP_VERSION=28.3
3+
ARG DEBIAN_VERSION=bookworm-20251229-slim
44

55
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
66
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"

0 commit comments

Comments
 (0)