From cfb11af9d845b0a4312dfb38442d01423244aea2 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:18:28 +0100 Subject: [PATCH] Bump ubuntu image used, 22.04 has a more recent version of libc that should match the one by github runners. (#3851) (#4702) (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 e9dc7fb7973..83ce2c09e10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ COPY Makefile . RUN make build -FROM ubuntu:20.04 +FROM ubuntu:22.04 ARG IBC_GO_VERSION