From 15cd94b50aa93bfde71db1e1767882d5a7a05954 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:28:37 +0000 Subject: [PATCH] Update ubuntu Docker tag to oracular-20240617 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 99af598..21d7b37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.10 AS init +FROM ubuntu:oracular-20240617 AS init ENV WORKDIR=/app WORKDIR ${WORKDIR}