Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM ccr.ccs.tencentyun.com/storezhang/font:0.0.7 AS font

# 打包真正的镜像
# 之所以使用Ubuntu镜像而不是Alpine镜像,是因为在VSCode的使用过程中,会用到系统相关功能,而Ubuntu显然比Alpine在易用性上要好得多
FROM ccr.ccs.tencentyun.com/storezhang/ubuntu:23.04.17
FROM ccr.ccs.tencentyun.com/storezhang/ubuntu:24.04.24


LABEL author="storezhang<华寅>"
Expand Down