Skip to content

Commit df69888

Browse files
Update test base images
1 parent 78ecbf3 commit df69888

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test-e2e-apps/dotnet/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the application
2-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim@sha256:89ce6291bde9acdf59594e79fb8277c6d84c46e4b1f5bf126a4f18766e4bd597 AS build
2+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim@sha256:cb9d975bf57fd1b0915858d1db1184bea20f7f746f0536323fcab49673144e8c AS build
33
ARG TARGETARCH
44
WORKDIR /source
55

@@ -19,7 +19,7 @@ WORKDIR /source/DiceRoller
1919
RUN dotnet publish -a $TARGETARCH -c Release -o /app --no-restore
2020

2121
# Stage 2: Create the runtime image
22-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim@sha256:9822a6201c64c9f38b8a190832a7ae21cd30150d509b3ea170fd83b4f4e6166a
22+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim@sha256:86085bc68dde4a8cdfd8c2342acc3bf843eade855092879a85e3f3adb56e55c7
2323

2424
# Environment variables for .NET runtime behavior
2525
ENV DOTNET_ROLL_FORWARD=Major

tests/test-e2e-apps/java/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM eclipse-temurin:17-jdk-focal@sha256:5751a59a993d1011047d52df2b56a961a328596d75f6bea23c68b6647490db20 AS builder
1+
FROM --platform=$BUILDPLATFORM eclipse-temurin:19-jdk-focal@sha256:6804cd56a346f7e899e872a06823634e55c32ac3eb2e157b06cffe743b0e1e72 AS builder
22

33
RUN apt update
44
RUN apt install zip unzip -y

0 commit comments

Comments
 (0)