update eos-base image

This commit is contained in:
Michael Barz
2020-12-03 11:25:32 +01:00
parent fc9e7f7cc9
commit 3a5a8dbb52
2 changed files with 2 additions and 2 deletions

View File

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

View File

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