From 571bfc6f4b4487f615768d8fc158c0d0792835bf Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:41:03 +0200 Subject: [PATCH] Bump ubuntu image used, 22.04 has a more recent version of libc that should match the one by github runners. (#3851) (#3943) (cherry picked from commit 540d64bcc750064a6dccf2b52a14a438c859d644) Co-authored-by: Jim Fasarakis-Hilliard --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64f76ec298a..0969f245d09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY Makefile . RUN make build -FROM ubuntu:20.04 +FROM ubuntu:22.04 ARG IBC_GO_VERSION