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 f0c2afe commit 3f1cebaCopy full SHA for 3f1ceba
Dockerfile
@@ -7,7 +7,7 @@ ARG ELIXIR_VERSION=1.18.4
7
# renovate: datasource=github-tags depName=erlang packageName=erlang/otp versioning=regex:^(?<major>\d+?)\.(?<minor>\d+?)(\.(?<patch>\d+))?$ extractVersion=^OTP-(?<version>\S+)
8
ARG OTP_VERSION=28.0.4
9
# renovate: datasource=docker depName=ubuntu packageName=ubuntu versioning=ubuntu
10
-ARG UBUNTU_VERSION=noble-20250805
+ARG UBUNTU_VERSION=noble-20250910
11
12
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-ubuntu-${UBUNTU_VERSION}"
13
ARG RUNTIME_IMAGE="ubuntu:${UBUNTU_VERSION}"
0 commit comments