mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-03-11 02:16:52 +08:00
Chore: update golang version to 1.17.x
This commit is contained in:
@@ -14,7 +14,7 @@ RUN set -ex \
|
||||
&& yarn run build
|
||||
|
||||
# build backend
|
||||
FROM golang:1.15.1-alpine3.12 AS be-builder
|
||||
FROM golang:1.17.7-alpine3.12 AS be-builder
|
||||
|
||||
ENV GO111MODULE on
|
||||
|
||||
|
||||
Reference in New Issue
Block a user