mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
update eos-base image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM owncloud/eos-base:4.6.5
|
||||
FROM owncloud/eos-base:4.8.26
|
||||
|
||||
ENV CGO_ENABLED=1
|
||||
ENV GOOS=linux
|
||||
|
||||
@@ -25,7 +25,7 @@ COPY user.go /build/user.go
|
||||
RUN cd /build && go build -o user user.go
|
||||
|
||||
|
||||
FROM owncloud/eos-base:4.6.5
|
||||
FROM owncloud/eos-base:4.8.26
|
||||
RUN mkdir -p /usr/local/bin
|
||||
COPY --from=build ocis/bin/ocis /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/ocis
|
||||
|
||||
Reference in New Issue
Block a user