mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
Merge pull request #7915 from rhafer/issue/7911
Dockerfile: Bump go version to the require go1.21 release
This commit is contained in:
@@ -21,7 +21,7 @@ COPY ./ /ocis/
|
||||
WORKDIR /ocis/ocis
|
||||
RUN make ci-node-generate
|
||||
|
||||
FROM owncloudci/golang:1.20 as build
|
||||
FROM owncloudci/golang:1.21 as build
|
||||
|
||||
COPY --from=generate /ocis /ocis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user