We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd96cb commit fa24758Copy full SHA for fa24758
server/Dockerfile
@@ -12,8 +12,8 @@
12
# - https://pkgs.org/ - resource for finding needed packages
13
# - Ex: hexpm/elixir:1.13.0-erlang-24.2-debian-bullseye-20210902-slim
14
#
15
-ARG BUILDER_IMAGE="hexpm/elixir:1.13.0-erlang-24.2-debian-bullseye-20210902-slim"
16
-ARG RUNNER_IMAGE="debian:bullseye-20210902-slim"
+ARG BUILDER_IMAGE="hexpm/elixir:1.18.3-erlang-25.3.2.20-debian-bookworm-20250407-slim"
+ARG RUNNER_IMAGE="debian:bookworm-20250407-slim"
17
18
FROM ${BUILDER_IMAGE} as builder
19
0 commit comments