From 75d9d9d5600f541a2b2a53668b82d344885cfbb6 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sat, 1 Feb 2025 13:30:58 +0800 Subject: [PATCH] fix: fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0766010c..35a7420e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN go build -trimpath \ -o one-api # Final runtime image -FROM ubuntu:minimal +FROM ubuntu:22.04 RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates tzdata bash \