diff --git a/images/base/Dockerfile b/images/base/Dockerfile index 171befc..baaefe0 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:noble # For now, this will be `noel` as the user. You can extend this to be whatever you like. ENV USERNAME=noel \