Skip to content

Commit

Permalink
chore: Update linux build OS (#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger authored Jan 6, 2025
1 parent 76f3aea commit d765e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/linux-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:latest

RUN apt-get update && \
apt-get install -y ca-certificates gcc-multilib g++-multilib software-properties-common wget && \
Expand Down

0 comments on commit d765e20

Please sign in to comment.