File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ COPY . .
2828RUN chmod +x gradlew
2929RUN ./gradlew installDist
3030
31- FROM eclipse-temurin:25.0.2_10 -jre-alpine@sha256:5fcc27581b238efbfda93da3a103f59e0b5691fe522a7ac03fe8057b0819c888
31+ FROM eclipse-temurin:25.0.3_9 -jre-alpine@sha256:c707c0d18cb9e8556380719f80d96a7529d0746fbb42143893949b98ed2f8943
3232
3333# @TODO: https://github.com/GoogleCloudPlatform/microservices-demo/issues/2517
3434# Download Stackdriver Profiler Java agent
Original file line number Diff line number Diff line change @@ -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:55e37c7795bfaf6b9cc5d77c155811d9569f529d86e20647704bc1d7dd9741d4 AS final
25+ FROM mcr.microsoft.com/dotnet/aspnet:10.0@sha256:9b5222b0ff8e9eb991a7c1a64b25f0f771d21ccc05dfa1c834f5668ffd9cd73f 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 1515# Define a default value so it's not empty if the builder fails to provide it
1616ARG BUILDPLATFORM=linux/amd64
1717
18- FROM --platform=$BUILDPLATFORM golang:1.26.2 -alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 AS builder
18+ FROM --platform=$BUILDPLATFORM golang:1.26.3 -alpine@sha256:91eda9776261207ea25fd06b5b7fed8d397dd2c0a283e77f2ab6e91bfa71079d AS builder
1919ARG TARGETOS=linux
2020ARG TARGETARCH=amd64
2121WORKDIR /src
Original file line number Diff line number Diff line change 1515# Define a default value so it's not empty if the builder fails to provide it
1616ARG BUILDPLATFORM=linux/amd64
1717
18- FROM --platform=$BUILDPLATFORM golang:1.26.2 -alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 AS builder
18+ FROM --platform=$BUILDPLATFORM golang:1.26.3 -alpine@sha256:91eda9776261207ea25fd06b5b7fed8d397dd2c0a283e77f2ab6e91bfa71079d AS builder
1919ARG TARGETOS=linux
2020ARG TARGETARCH=amd64
2121WORKDIR /src
Original file line number Diff line number Diff line change 1515# Define a default value so it's not empty if the builder fails to provide it
1616ARG BUILDPLATFORM=linux/amd64
1717
18- FROM --platform=$BUILDPLATFORM golang:1.26.2 -alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 AS builder
18+ FROM --platform=$BUILDPLATFORM golang:1.26.3 -alpine@sha256:91eda9776261207ea25fd06b5b7fed8d397dd2c0a283e77f2ab6e91bfa71079d AS builder
1919ARG TARGETOS=linux
2020ARG TARGETARCH=amd64
2121
Original file line number Diff line number Diff line change 1515# Define a default value so it's not empty if the builder fails to provide it
1616ARG BUILDPLATFORM=linux/amd64
1717
18- FROM --platform=$BUILDPLATFORM golang:1.26.2 -alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 AS builder
18+ FROM --platform=$BUILDPLATFORM golang:1.26.3 -alpine@sha256:91eda9776261207ea25fd06b5b7fed8d397dd2c0a283e77f2ab6e91bfa71079d AS builder
1919ARG TARGETOS=linux
2020ARG TARGETARCH=amd64
2121WORKDIR /src
Original file line number Diff line number Diff line change 1515# Define a default value so it's not empty if the builder fails to provide it
1616ARG BUILDPLATFORM=linux/amd64
1717
18- FROM --platform=$BUILDPLATFORM python:3.14.3 -slim@sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca AS base
18+ FROM --platform=$BUILDPLATFORM python:3.14.4 -slim@sha256:2ca02f32b4d9d893863367ce07ec1972819f476dd38d8612f2a9cb6a41cbb727 AS base
1919
2020FROM base AS builder
2121
You can’t perform that action at this time.
0 commit comments