From dc2c962adc20480b039feb870476db46f07f3633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 03:03:17 +0000 Subject: [PATCH] Update ubuntu Docker tag to mantic-20240530 --- images/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/base/Dockerfile b/images/base/Dockerfile index 171befc..744b7f6 100644 --- a/images/base/Dockerfile +++ b/images/base/Dockerfile @@ -19,7 +19,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -FROM ubuntu:mantic +FROM ubuntu:mantic-20240530 # For now, this will be `noel` as the user. You can extend this to be whatever you like. ENV USERNAME=noel \