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

(cherry picked from commit 540d64b)

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

RUN make build

FROM ubuntu:20.04
FROM ubuntu:22.04

ARG IBC_GO_VERSION

Expand Down

0 comments on commit 571bfc6

Please sign in to comment.