update Dockerfile

This commit is contained in:
cppla
2025-08-13 19:46:57 +08:00
parent fd6c3532d9
commit d25e7871ba

View File

@@ -1,5 +1,5 @@
# The Dockerfile for build localhost source, not git repo
FROM debian AS builder
FROM debian:bookworm AS builder
LABEL maintainer="cppla <https://cpp.la>"