From dcf07b9e742270cea9b804d07a55deeb8530e1c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:07:47 +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 d2f3573..42dd98d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY ./ ./ RUN go build -v -ldflags="-X 'main.version=v1.0.26'" helmet.go -FROM ubuntu:22.04 +FROM ubuntu:24.04 RUN apt-get update RUN apt-get install curl -y