chore(deps): update alpine docker tag to v3.21

This commit is contained in:
Renovate 2025-03-04 16:17:50 +00:00
parent 87caf27f95
commit 1666f734e1

View file

@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21
ENV APP_ENV=/opt/venv
ENV PATH="${APP_ENV}/bin:$PATH"