From 5340a357f4816dff2c87d17b755003b50647ed37 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 8 Jul 2024 18:03:56 -0700 Subject: [PATCH] Update base image (#41) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45cbc29..e0a328b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bedrock/ubuntu:noble-20240530 +FROM quay.io/bedrock/ubuntu:noble-20240605 # Prevent automatic apt cache cleanup, as caching is desired when running integration tests. # Instead, when installing packages during container builds, explicit cache cleanup is required.