🚧 Use Ubuntu 22.04

Building opencv-python-headless takes ages, try to use the latest
Ubuntu LTS to avoid that.
This commit is contained in:
Gerber, Mike 2023-02-06 20:15:52 +01:00
parent e9156ebaa3
commit ff6b289d94
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:22.04
ARG PIP_INSTALL="pip install --no-cache-dir"
ARG OCRD_VERSION_MINIMUM="2.23.3"