Skip to content

Commit 38a2c08

Browse files
authored
Merge pull request #2105 from naymspace/renovate/base-image
Update Base Image
2 parents 1bd5d32 + 31401bf commit 38a2c08

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
erlang 29.0.2
1+
erlang 29.0.3
22
elixir 1.20.2
33
bun 1.3.14

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.20.2
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=29.0.2
8+
ARG OTP_VERSION=29.0.3
99
# renovate: datasource=docker depName=ubuntu packageName=ubuntu versioning=ubuntu
10-
ARG UBUNTU_VERSION=resolute-20260610
10+
ARG UBUNTU_VERSION=resolute-20260627
1111
# renovate: datasource=github-tags depName=bun packageName=oven-sh/bun versioning=semver extractVersion=^bun-v(?<version>\S+)
1212
ARG BUN_VERSION=1.3.14
1313

0 commit comments

Comments
 (0)