From 8bd2df6fbd312db9715f0380623bb318ac5b3174 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Sun, 23 Jun 2024 03:26:35 +0200 Subject: [PATCH] Bump to ubuntu 22.04 --- LICENSE | 2 +- docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index d47c8e2..0c00062 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 hpc-containerized +Copyright (c) 2024 cnts4sci build-machine Jusong Yu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docker-bake.hcl b/docker-bake.hcl index 02f8cba..1fc3d37 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -15,7 +15,7 @@ variable "PLATFORMS" { } variable "SYSTEM_BASE_IMAGE" { - default = "ubuntu:20.04" + default = "ubuntu:22.04" } variable "TARGETS" {