From c02086783df1d884860e4efa5c2af8680656ea90 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 22 Dec 2025 23:50:36 -0700 Subject: [PATCH] Ooooops forgot to bump Ubuntu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d34562b..5feb58d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY . . RUN go build -ldflags="-s -w" -o /go/bin/app # Final stage -FROM ubuntu:22.04 +FROM ubuntu:24.04 # Install SSL certificates and required runtime libraries RUN apt-get update && apt-get install -y \