Browse Source
Update Docker base OS to Ubuntu 22.04 to get access to newer version of build tools.
arch-based-toolchain
Christoph Scholtes
10 months ago
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@@ -1,4 +1,4 @@ |
|
|
|
FROM ubuntu:20.04 |
|
|
|
FROM ubuntu:22.04 |
|
|
|
ENV LANG C.UTF-8 |
|
|
|
|
|
|
|
ARG JOBS |
|
|
|