From 09b64b9a5fd976bfaf926a33b936c8da752f79f8 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Sun, 11 Aug 2024 11:20:03 +0200 Subject: [PATCH] Fix typo --- Docker/ubuntu24/ubuntu24-cvmfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/ubuntu24/ubuntu24-cvmfs/Dockerfile b/Docker/ubuntu24/ubuntu24-cvmfs/Dockerfile index 82b6928..40a94f3 100644 --- a/Docker/ubuntu24/ubuntu24-cvmfs/Dockerfile +++ b/Docker/ubuntu24/ubuntu24-cvmfs/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu24.04 +FROM ubuntu:24.04 RUN apt update && \ apt install -y lsb-release && \