Skip to content

Commit

Permalink
Bump ubuntu image used, 22.04 has a more recent version of libc that …
Browse files Browse the repository at this point in the history
…should match the one by github runners. (#3851) (#4702)

(cherry picked from commit 540d64b)

Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
  • Loading branch information
mergify[bot] and DimitrisJim authored Sep 18, 2023
1 parent b5e77a3 commit cfb11af
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 @@ -22,7 +22,7 @@ COPY Makefile .

RUN make build

FROM ubuntu:20.04
FROM ubuntu:22.04

ARG IBC_GO_VERSION

Expand Down

0 comments on commit cfb11af

Please sign in to comment.