Skip to content

Commit

Permalink
Merge pull request #796 from naymspace/krns-use-ubuntu-noble-20241015
Browse files Browse the repository at this point in the history
Use ubuntu-noble-20241015
  • Loading branch information
Flo0807 authored Jan 24, 2025
2 parents 013b426 + 1b61fa5 commit 7229d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG ELIXIR_VERSION=1.18.2
# renovate: datasource=github-tags depName=erlang packageName=erlang/otp versioning=regex:^(?<major>\d+?)\.(?<minor>\d+?)(\.(?<patch>\d+))?$ extractVersion=^OTP-(?<version>\S+)
ARG OTP_VERSION=27.2.1
# renovate: datasource=docker depName=ubuntu packageName=ubuntu versioning=ubuntu
ARG UBUNTU_VERSION=jammy-20240911.1
ARG UBUNTU_VERSION=noble-20241015

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

0 comments on commit 7229d2d

Please sign in to comment.