mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-14 04:17:36 -04:00
Fix Dockerfile
- Bump go to 1.23 and use official upstream image - Re-add ci-node-generate that got lost in a recent commit
This commit is contained in:
@@ -19,8 +19,10 @@ FROM owncloudci/nodejs:18 AS generate
|
||||
COPY ./ /opencloud/
|
||||
|
||||
WORKDIR /opencloud/opencloud
|
||||
RUN make ci-node-generate
|
||||
|
||||
FROM owncloudci/golang:1.22 AS build
|
||||
FROM golang:1.23-alpine AS build
|
||||
RUN apk add bash make git curl gcc musl-dev libc-dev binutils-gold inotify-tools vips-dev
|
||||
|
||||
COPY --from=generate /opencloud /opencloud
|
||||
|
||||
|
||||
Reference in New Issue
Block a user