# syntax=docker/dockerfile:latest
FROM alpine:3.23.2
RUN set -ex; \
apk upgrade --no-cache -a
LABEL org.label-schema.vendor="Nextcloud"