Skip to content

Commit 5317fc3

Browse files
authored
Merge pull request #1014 from fossa-app/update-curl
Update CURL
2 parents fcd6d8d + b307a77 commit 5317fc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/API.Web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /source/src/API.Web
77
RUN dotnet publish --no-restore --configuration Release --runtime linux-$TARGETARCH --no-self-contained --output /app
88

99
FROM --platform=$TARGETARCH mcr.microsoft.com/dotnet/aspnet:10.0.3 AS runtime
10-
RUN apt-get update && apt-get upgrade -y && apt-get install -y curl=8.5.0-2ubuntu10.6 && apt-get clean
10+
RUN apt-get update && apt-get upgrade -y && apt-get install -y curl=8.5.0-2ubuntu10.7 && apt-get clean
1111
WORKDIR /app
1212
COPY --link --from=build /app .
1313
USER app

0 commit comments

Comments
 (0)