Skip to content

Commit cdb195f

Browse files
committed
Update CURL version
1 parent c5363a8 commit cdb195f

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
@@ -1,5 +1,5 @@
11
FROM mcr.microsoft.com/dotnet/aspnet:9.0.8
2-
RUN apt-get update && apt-get upgrade -y && apt-get install -y curl=7.88.1-10+deb12u12 && apt-get clean
2+
RUN apt-get update && apt-get upgrade -y && apt-get install -y curl=7.88.1-10+deb12u14 && apt-get clean
33
WORKDIR /App
44
COPY . ./
55
USER app

0 commit comments

Comments
 (0)