From 568d3fdb813c50449c5e9ccffb25d699d89d57e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:11:49 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff1aac44..30d3e984 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ COPY ./Makefile ./Makefile RUN apk add --no-cache make gcc musl-dev RUN make server/dist -FROM ubuntu:22.04 +FROM ubuntu:24.04 WORKDIR /root/ RUN apt update