Skip to content

Commit e0757ae

Browse files
authored
Peachpie update to v1.0.25 (#8719)
1 parent a4766e6 commit e0757ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/PHP/peachpie/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"msbuild-sdks": {
3-
"Peachpie.NET.Sdk": "1.0.0-preview5"
3+
"Peachpie.NET.Sdk": "1.0.25"
44
}
55
}

frameworks/PHP/peachpie/peachpie.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:7.0.100 AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
22
WORKDIR /app
33
COPY . .
44
RUN dotnet publish -c Release -o out Server

0 commit comments

Comments
 (0)