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

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