Revert "ci: Changed base image to pure alpine image"

This reverts commit fd650c2402.
This commit is contained in:
Piotr Dec 2025-12-28 01:34:09 +01:00
parent fd650c2402
commit 8cb2340b1f
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -14,7 +14,7 @@ ADD . /app
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --locked
FROM alpine:3.22
FROM python:3.12-alpine3.22
ENV USER=karl
ENV GROUPNAME=docker