# syntax=docker/dockerfile:latest
FROM alpine:3.22.2

RUN set -ex; \
    apk upgrade --no-cache -a

LABEL org.label-schema.vendor="Nextcloud"
