mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
bump dockerfile go version
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -21,7 +21,7 @@ COPY ./ /ocis/
|
||||
WORKDIR /ocis/ocis
|
||||
RUN make ci-node-generate
|
||||
|
||||
FROM owncloudci/golang:1.18 as build
|
||||
FROM owncloudci/golang:1.19 as build
|
||||
|
||||
COPY --from=generate /ocis /ocis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user