Updates
This commit is contained in:
7
nextcloud-aio/Containers/alpine/Dockerfile
Normal file
7
nextcloud-aio/Containers/alpine/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
# syntax=docker/dockerfile:latest
|
||||
FROM alpine:3.22.1
|
||||
|
||||
RUN set -ex; \
|
||||
apk upgrade --no-cache -a
|
||||
|
||||
LABEL org.label-schema.vendor="Nextcloud"
|
||||
Reference in New Issue
Block a user