From bfe626d68eee5fbad9e7d7811757770efd7a9a32 Mon Sep 17 00:00:00 2001 From: Ross Bamford Date: Sat, 26 Oct 2024 21:43:49 +0100 Subject: [PATCH] Switch to Ubuntu base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69545bb..4b2b12e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb +FROM ubuntu:24.10 RUN apt-get update && \ apt-get install -y --allow-unauthenticated \ xxd zsh curl git sudo build-essential