Skip to content

Commit 48e7401

Browse files
authored
Merge pull request #1297 from naymspace/renovate/patch-base-image
Update Base Image (patch)
2 parents 4395eef + 94ca7b9 commit 48e7401

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 28.0.1
1+
erlang 28.0.2
22
elixir 1.18.4

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# renovate: datasource=github-tags depName=elixir packageName=elixir-lang/elixir versioning=semver
66
ARG ELIXIR_VERSION=1.18.4
77
# 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.1
8+
ARG OTP_VERSION=28.0.2
99
# renovate: datasource=docker depName=ubuntu packageName=ubuntu versioning=ubuntu
10-
ARG UBUNTU_VERSION=noble-20250619
10+
ARG UBUNTU_VERSION=noble-20250714
1111

1212
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-ubuntu-${UBUNTU_VERSION}"
1313
ARG RUNTIME_IMAGE="ubuntu:${UBUNTU_VERSION}"

0 commit comments

Comments
 (0)