mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-03-11 02:16:52 +08:00
feat(static): release static files into memory while startup (#1471)
* 初始化时解压zip文件读取内存中 * update go.mod * 更新各种go版本
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.17-alpine as cloudreve_builder
|
||||
FROM golang:1.18-alpine as cloudreve_builder
|
||||
|
||||
|
||||
# install dependencies and build tools
|
||||
|
||||
Reference in New Issue
Block a user