From 59b31aa3481141a46d769b346091a3745105edbb Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Wed, 3 Aug 2022 20:40:35 -0400
Subject: [PATCH] Update Dockerfiles to ubuntu 22.04

---
 dev/docker/gcov/Dockerfile     | 2 +-
 dev/docker/valgrind/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/docker/gcov/Dockerfile b/dev/docker/gcov/Dockerfile
index 6e1dfc2..128b3a4 100644
--- a/dev/docker/gcov/Dockerfile
+++ b/dev/docker/gcov/Dockerfile
@@ -1,6 +1,6 @@
 ## Just use docker-compose up to run
 
-FROM ubuntu:20.04
+FROM ubuntu:22.04
 
 RUN apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ git zip nano gcovr ninja-build
 
diff --git a/dev/docker/valgrind/Dockerfile b/dev/docker/valgrind/Dockerfile
index 44685f0..5d3428d 100644
--- a/dev/docker/valgrind/Dockerfile
+++ b/dev/docker/valgrind/Dockerfile
@@ -1,6 +1,6 @@
 ## Just use docker-compose up to run
 
-FROM ubuntu:20.04
+FROM ubuntu:22.04
 
 RUN apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ git zip nano valgrind ninja-build python3
 
-- 
GitLab