ci - update Ubuntu image version

This commit is contained in:
Matthias Hochsteger 2022-04-25 10:14:02 +02:00
parent e0b6562b99
commit 7057406de0
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ cleanup_win:
- ls
- docker info
variables:
UBUNTU_VERSION: "20.04"
UBUNTU_VERSION: "22.04"
build_ubuntu_debug:
<<: *ubuntu

View File

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
MAINTAINER Matthias Hochsteger <matthias.hochsteger@tuwien.ac.at>
RUN apt-get update && apt-get -y install \