Revert "ci: Changed base image to pure alpine image"
This reverts commit fd650c2402.
This commit is contained in:
parent
fd650c2402
commit
8cb2340b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ ADD . /app
|
||||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||||
uv sync --locked
|
uv sync --locked
|
||||||
|
|
||||||
FROM alpine:3.22
|
FROM python:3.12-alpine3.22
|
||||||
|
|
||||||
ENV USER=karl
|
ENV USER=karl
|
||||||
ENV GROUPNAME=docker
|
ENV GROUPNAME=docker
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue