Skip to content

Commit

Permalink
Merge pull request #24 from iPromKnight/fix-curl
Browse files Browse the repository at this point in the history
fix(curl): Fix curl version
  • Loading branch information
iPromKnight authored Sep 10, 2024
2 parents 18efb4c + d0e3ef2 commit f9f95ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine3.19
RUN apk add --update --no-cache \
python3=3.11.9-r1 \
py3-pip=23.3.1-r0 \
curl=8.9.0-r0 \
curl=8.9.1-r0 \
&& ln -sf python3 /usr/bin/python
ENV DOTNET_RUNNING_IN_CONTAINER=true
ENV DOTNET_gcServer=1
Expand Down

0 comments on commit f9f95ad

Please sign in to comment.