Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Bump dotnet/sdk from 8.0.302-1 to 9.0.100 in /src/app/AlwaysOn.CatalogService #1663

Open
wants to merge 1 commit into
base: component-updates
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/AlwaysOn.CatalogService/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create build environment
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-1 AS build-env
FROM mcr.microsoft.com/dotnet/sdk:9.0.100 AS build-env
WORKDIR /app
COPY . ./
RUN dotnet publish AlwaysOn.CatalogService -c Release -o AlwaysOn.CatalogService/out
Expand Down