Merge pull request #7915 from rhafer/issue/7911

Dockerfile: Bump go version to the require go1.21 release
This commit is contained in:
Michael Barz
2023-12-08 10:04:17 +01:00
committed by GitHub

View File

@@ -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