Docker: Upgrade to Ubuntu 22.04

This commit is contained in:
Ole Schütt 2022-05-11 10:10:44 +02:00 committed by Ole Schütt
parent 2f521c8b6c
commit fd9656a0f5
35 changed files with 303 additions and 73 deletions

View file

@ -3,7 +3,7 @@
# Usage: docker build -f ./Dockerfile.test_python ../../
#
FROM ubuntu:20.04
FROM ubuntu:22.04
# Install dependencies.
WORKDIR /opt/cp2k