From cb9eaa9775df13824b6284db663be6e0624b9fcf Mon Sep 17 00:00:00 2001 From: Jim Fasarakis-Hilliard Date: Thu, 15 Jun 2023 13:06:53 +0300 Subject: [PATCH] Bump ubuntu image used, 22.04 has a more recent version of libc that should match the one by github runners. (#3851) (cherry picked from commit 540d64bcc750064a6dccf2b52a14a438c859d644) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95d59ee9616..0342bda24c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY Makefile . RUN make build -FROM ubuntu:20.04 +FROM ubuntu:22.04 ARG IBC_GO_VERSION