From 820af3f737220177f695d72fdd63adcede786d9c Mon Sep 17 00:00:00 2001 From: michaelmartinez Date: Wed, 7 Jan 2026 15:54:31 -0800 Subject: [PATCH] update Dockerfile(s) to Ubuntu 24.04 ### What update Dockerfile(s) to Ubuntu 24.04 ### Why Ubuntu 24.04 upgrade project ### Testing before merge This change will be tested in the `dev` environment ### Validation after merge work with Platform team to make sure RPC is working correctly ### Issue addressed by this PR https://github.com/stellar/ops/issues/4358 --- cmd/stellar-rpc/docker/Dockerfile | 2 +- cmd/stellar-rpc/docker/Dockerfile.release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/stellar-rpc/docker/Dockerfile b/cmd/stellar-rpc/docker/Dockerfile index 471815b9..1a0e49af 100644 --- a/cmd/stellar-rpc/docker/Dockerfile +++ b/cmd/stellar-rpc/docker/Dockerfile @@ -23,7 +23,7 @@ RUN make REPOSITORY_VERSION=${REPOSITORY_VERSION} build-stellar-rpc # Move the binary to a common location RUN mv stellar-rpc /bin/stellar-rpc -FROM ubuntu:22.04 +FROM ubuntu:24.04 ARG STELLAR_CORE_VERSION ENV STELLAR_CORE_VERSION=${STELLAR_CORE_VERSION:-*} ENV STELLAR_CORE_BINARY_PATH=/usr/bin/stellar-core diff --git a/cmd/stellar-rpc/docker/Dockerfile.release b/cmd/stellar-rpc/docker/Dockerfile.release index 46b0669a..5da4d75d 100644 --- a/cmd/stellar-rpc/docker/Dockerfile.release +++ b/cmd/stellar-rpc/docker/Dockerfile.release @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 ARG STELLAR_CORE_VERSION ENV STELLAR_CORE_VERSION=${STELLAR_CORE_VERSION:-*} ARG STELLAR_RPC_VERSION