mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-01 00:10:17 -05:00
Use alpine:latest instead of alpine:edge in docker builds
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM arm64v8/alpine:edge
|
||||
FROM arm64v8/alpine:latest
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
|
||||
Reference in New Issue
Block a user