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
parent
commit
94df671f9d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
ENV LANG C.UTF-8

ARG JOBS


Loading…
Cancel
Save