fix: fix Dockerfile

This commit is contained in:
JustSong 2025-02-01 13:30:58 +08:00
parent d1af30ee5a
commit 75d9d9d560

View File

@ -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 \