diff --git a/Dockerfile b/Dockerfile index 0766010..35a7420 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 \