Skip to content

Commit

Permalink
Modify docker images to .net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Nov 28, 2024
1 parent 855a711 commit 17f073f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/docker/Dockerfile.app
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG SRC_PATH="/app/onlyoffice/src"
ARG BUILD_PATH="/var/www"
ARG DOTNET_SDK="mcr.microsoft.com/dotnet/sdk:8.0"
ARG DOTNET_RUN="mcr.microsoft.com/dotnet/aspnet:8.0"
ARG DOTNET_SDK="mcr.microsoft.com/dotnet/sdk:9.0"
ARG DOTNET_RUN="mcr.microsoft.com/dotnet/aspnet:9.0"

FROM $DOTNET_SDK AS base
ARG RELEASE_DATE="2016-06-22"
Expand Down

0 comments on commit 17f073f

Please sign in to comment.