Commit 7203307 1 parent b9b6c11 commit 7203307 Copy full SHA for 7203307
File tree 10 files changed +12
-12
lines changed
10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM eclipse-temurin:21@sha256:b5fc642f67dbbd1c4ce811388801cb8480aaca8aa9e56fd6dcda362cfea113f1 AS builder
15
+ FROM eclipse-temurin:21@sha256:30cda4693fbb923f2145a0a4e23d03e75b0477df5daccd12049e372e4337aa59 AS builder
16
16
17
17
WORKDIR /app
18
18
@@ -25,7 +25,7 @@ COPY . .
25
25
RUN chmod +x gradlew
26
26
RUN ./gradlew installDist
27
27
28
- FROM eclipse-temurin:21.0.4_7 -jre-alpine@sha256:8cc1202a100e72f6e91bf05ab274b373a5def789ab6d9e3e293a61236662ac27
28
+ FROM eclipse-temurin:21.0.5_11 -jre-alpine@sha256:2a0bbb1db6d8db42c66ed00c43d954cf458066cc37be12b55144781da7864fdf
29
29
30
30
# @TODO: https://github.com/GoogleCloudPlatform/microservices-demo/issues/2517
31
31
# Download Stackdriver Profiler Java agent
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# https://mcr.microsoft.com/product/dotnet/sdk
16
- FROM mcr.microsoft.com/dotnet/sdk:9.0.100-noble@sha256:bd0365368f46274500ebb086f491703052b8ce23e3d52d3233a23b2020730057 AS builder
16
+ FROM mcr.microsoft.com/dotnet/sdk:9.0.100-noble@sha256:3bdd7f7fd595373d049c724f3a05ec8a8d9e27da05ba9cbe3ca6e0f3cc001e50 AS builder
17
17
WORKDIR /app
18
18
COPY cartservice.csproj .
19
19
RUN dotnet restore cartservice.csproj \
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:7d24e90a392e88eb56093e4eb325ff883ad609382a55d42f17fd557b997022ca AS build
15
+ FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:fe8ceeca5ee197deba95419e3b85c32744970b730ae11645e13f1cb74a848d98 AS build
16
16
WORKDIR /app
17
17
COPY . .
18
18
RUN dotnet restore cartservice.csproj
@@ -22,7 +22,7 @@ FROM build AS publish
22
22
RUN dotnet publish cartservice.csproj -c Debug -o /out
23
23
24
24
# Building final image used in running container
25
- FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:372b16214ae67e3626a5b1513ade4a530eae10c172d56ce696163b046565fa46 AS final
25
+ FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:d8f01f752bf9bd3ff630319181a2ccfbeecea4080a1912095a34002f61bfa345 AS final
26
26
# Installing procps on the container to enable debugging of .NET Core
27
27
RUN apt-get update \
28
28
&& apt-get install -y unzip procps wget
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.23.2 -alpine@sha256:9dd2625a1ff2859b8d8b01d8f7822c0f528942fe56cfe7a1e7c38d3b8d72d679 AS builder
15
+ FROM golang:1.23.3 -alpine@sha256:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574 AS builder
16
16
WORKDIR /src
17
17
18
18
# restore dependencies
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM node:20.17.0 -alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03 AS builder
15
+ FROM node:20.18.1 -alpine@sha256:b5b9467fe7b33aad47f1ec3f6e0646a658f85f05c18d4243024212a91f3b7554 AS builder
16
16
17
17
# Some packages (e.g. @google-cloud/profiler) require additional
18
18
# deps for post-install scripts
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM python:3.12.7 -alpine@sha256:b83d5ec7274bee17d2f4bd0bfbb082f156241e4513f0a37c70500e1763b1d90d AS base
15
+ FROM python:3.13.0 -alpine@sha256:fcbcbbecdeae71d3b77445d9144d1914df55110f825ab62b04a66c7c33c09373 AS base
16
16
17
17
FROM base AS builder
18
18
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.23.2 -alpine@sha256:9dd2625a1ff2859b8d8b01d8f7822c0f528942fe56cfe7a1e7c38d3b8d72d679 AS builder
15
+ FROM golang:1.23.3 -alpine@sha256:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574 AS builder
16
16
WORKDIR /src
17
17
18
18
# restore dependencies
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM node:20.17.0 -alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03 AS builder
15
+ FROM node:20.18.1 -alpine@sha256:b5b9467fe7b33aad47f1ec3f6e0646a658f85f05c18d4243024212a91f3b7554 AS builder
16
16
17
17
# Some packages (e.g. @google-cloud/profiler) require additional
18
18
# deps for post-install scripts
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.23.2 -alpine@sha256:9dd2625a1ff2859b8d8b01d8f7822c0f528942fe56cfe7a1e7c38d3b8d72d679 AS builder
15
+ FROM golang:1.23.3 -alpine@sha256:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574 AS builder
16
16
17
17
WORKDIR /src
18
18
# restore dependencies
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.23.2 -alpine@sha256:9dd2625a1ff2859b8d8b01d8f7822c0f528942fe56cfe7a1e7c38d3b8d72d679 AS builder
15
+ FROM golang:1.23.3 -alpine@sha256:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574 AS builder
16
16
WORKDIR /src
17
17
18
18
# restore dependencies
You can’t perform that action at this time.
0 commit comments