mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
chore(docker): update Alpine and Ubuntu base images (#4924)
chore(docker): update base images Upgrade Alpine images to 3.24.1 and Ubuntu runtime images to 26.04. Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
+1
-1
@@ -208,7 +208,7 @@ CMD ["cargo", "run", "--bin", "rustfs", "--"]
|
||||
# -----------------------------
|
||||
# Runtime stage (Ubuntu minimal)
|
||||
# -----------------------------
|
||||
FROM ubuntu:24.04
|
||||
FROM ubuntu:26.04
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG VCS_REF
|
||||
|
||||
Reference in New Issue
Block a user