diff --git a/Dockerfile b/Dockerfile index b5a3b59..7e27101 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM denoland/deno:bin-1.39.0 AS deno -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL description="Docker Container for the Swift programming language" RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \