Skip to content

Commit 3516baf

Browse files
authored
Merge pull request #792 from naymspace/renovate/base-image
Update Base Image
2 parents 1ff65ab + 725a1cf commit 3516baf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 27.2
1+
erlang 27.2.1
22
elixir 1.18.2

Dockerfile

+2-2
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.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=27.2
8+
ARG OTP_VERSION=27.2.1
99
# renovate: datasource=docker depName=ubuntu packageName=ubuntu versioning=ubuntu
10-
ARG UBUNTU_VERSION=jammy-20240808
10+
ARG UBUNTU_VERSION=jammy-20240911.1
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)