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) (#4704)

(cherry picked from commit 540d64b)

Co-authored-by: Jim Fasarakis-Hilliard <[email protected]>
  • Loading branch information
mergify[bot] and DimitrisJim authored Sep 18, 2023
1 parent eb90640 commit e2201aa
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 e2201aa

Please sign in to comment.