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

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