Skip to content

Commit 1564a6e

Browse files
Fix for main and experimental benchmarks test failure
1 parent 5d7ad07 commit 1564a6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

containers/init/build/dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim
15+
FROM mcr.microsoft.com/dotnet/sdk:10.0-preview
1616

1717
RUN mkdir -p /src/workspace
1818
WORKDIR /src/workspace

containers/pre_built_workers/dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim
15+
FROM mcr.microsoft.com/dotnet/sdk:10.0-preview
1616

1717
RUN mkdir -p /pre
1818
WORKDIR /pre

0 commit comments

Comments
 (0)