Skip to content
Snippets Groups Projects
Unverified Commit 93bf3356 authored by Michael Barz's avatar Michael Barz Committed by GitHub
Browse files

Merge pull request #4377 from owncloud/fix-docker

Use golang 1.18
parents cf8533cb cfda133e
No related merge requests found
...@@ -21,14 +21,14 @@ COPY ./ /ocis/ ...@@ -21,14 +21,14 @@ COPY ./ /ocis/
WORKDIR /ocis/ocis WORKDIR /ocis/ocis
RUN make ci-node-generate RUN make ci-node-generate
FROM owncloudci/golang:1.17 as build FROM owncloudci/golang:1.18 as build
COPY --from=generate /ocis /ocis COPY --from=generate /ocis /ocis
WORKDIR /ocis/ocis WORKDIR /ocis/ocis
RUN make ci-go-generate build RUN make ci-go-generate build
FROM alpine:3.13 FROM alpine:3.15
RUN apk update && \ RUN apk update && \
apk upgrade && \ apk upgrade && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment