We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e115779 + 315006f commit c83ef2cCopy full SHA for c83ef2c
Dockerfile
@@ -12,9 +12,9 @@ RUN dotnet publish -c Release --no-restore -a $TARGETARCH -o /app/out
12
# Run Stage
13
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine3.19
14
RUN apk add --update --no-cache \
15
- python3=~3.11.9-r0 \
16
- py3-pip \
17
- curl \
+ python3=3.11.9-r1 \
+ py3-pip=23.3.1-r0 \
+ curl=8.9.0-r0 \
18
&& ln -sf python3 /usr/bin/python
19
ENV DOTNET_RUNNING_IN_CONTAINER=true
20
ENV DOTNET_gcServer=1
@@ -32,4 +32,4 @@ RUN rm -rf /app/python || true && \
32
mkdir -p /app/python || true
33
RUN pip3 install -r /app/requirements.txt -t /app/python
34
35
-ENTRYPOINT ["./zilean-api"]
+ENTRYPOINT ["./zilean-api"]
0 commit comments