Skip to content

Commit

Permalink
docs: replace Ubuntu 18.04 with 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 authored Nov 14, 2024
1 parent 7c015d1 commit 6dc4809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo apt update -y && sudo apt install -y $(cat build_tools/ubuntu.deps)
## Dockerfile

```dockerfile
FROM ubuntu:18.04
FROM ubuntu:22.04

RUN apt update -y && apt install -y $(cat build_tools/ubuntu.deps)
```
Expand Down

0 comments on commit 6dc4809

Please sign in to comment.