File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM mcr.microsoft.com/dotnet/sdk:10.0@sha256:25d14b400b75fa4e89d5bd4487a92a604a4e409ab65becb91821e7dc4ac7f81f AS build
15+ FROM mcr.microsoft.com/dotnet/sdk:10.0@sha256:6ba533cc61a5d8c5e7d4b3a3e33e2ddc2efef200b112e4d658303516bfd24255 AS build
1616WORKDIR /app
1717COPY . .
1818RUN dotnet restore cartservice.csproj
@@ -22,7 +22,7 @@ FROM build AS publish
2222RUN dotnet publish cartservice.csproj -c Debug -o /out
2323
2424# Building final image used in running container
25- FROM mcr.microsoft.com/dotnet/aspnet:10.0@sha256:1aacc8154bc3071349907dae26849df301188be1a2e1f4560b903fb6275e481a AS final
25+ FROM mcr.microsoft.com/dotnet/aspnet:10.0@sha256:7feda9a96737a8c268cc7636c92d0efda3512ef019e3c409dd97c7c9ae9e2bdb AS final
2626# Installing procps on the container to enable debugging of .NET Core
2727RUN apt-get update \
2828 && apt-get install -y unzip procps wget
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY package*.json ./
2727
2828RUN npm install --only=production
2929
30- FROM alpine:3.23.2 @sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
30+ FROM alpine:3.23.3 @sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
3131
3232RUN apk add --no-cache nodejs
3333
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY package*.json ./
2727
2828RUN npm install --only=production
2929
30- FROM alpine:3.23.2 @sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
30+ FROM alpine:3.23.3 @sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
3131
3232RUN apk add --no-cache nodejs
3333
You can’t perform that action at this time.
0 commit comments