From 3edb64d162c419cdbdea10f9e55c9b729c70b300 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Mon, 12 Aug 2024 07:11:56 +0100 Subject: [PATCH] Set docker run image to ubuntu:jammy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a15058..dff7c31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ RUN [ -d /build/public ] && { mv /build/public ./public && chmod -R a-w ./public # ================================ # Run image # ================================ -FROM swift:jammy +FROM ubuntu:jammy # Make sure all system packages are up to date, and install only essential packages. RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \