Skip to content

Commit

Permalink
Revert net version target (#8457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Molinero authored Dec 10, 2024
1 parent 463044b commit 8febb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DockerfileLeanFoundation
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ RUN apt-get update && apt-get install -y dotnet-sdk-6.0 && \
# label definitions
LABEL strict_python_version=3.11.11
LABEL python_version=3.11
LABEL target_framework=net9.0
LABEL target_framework=net6.0
2 changes: 1 addition & 1 deletion DockerfileLeanFoundationARM
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ RUN wget https://dot.net/v1/dotnet-install.sh && \
# label definitions
LABEL strict_python_version=3.11.11
LABEL python_version=3.11
LABEL target_framework=net9.0
LABEL target_framework=net6.0

0 comments on commit 8febb9a

Please sign in to comment.