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.
  • Loading branch information
DimitrisJim committed Jun 14, 2023
1 parent 4af67c6 commit 4bff758
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 4bff758

Please sign in to comment.