Skip to content

Commit

Permalink
chore(docker): Upgrade .NET to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Nov 15, 2023
1 parent d6c544e commit adb0b3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COCOAPODS_VERSION=1.14.2
COMPOSER_VERSION=2.2
CONAN_VERSION=1.61.0
DART_VERSION=2.18.4
DOTNET_VERSION=6.0
DOTNET_VERSION=8.0
GO_DEP_VERSION=0.5.4
GO_VERSION=1.21.1
HASKELL_STACK_VERSION=2.13.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ COPY --from=swiftbuild /opt/swift /opt/swift
# DOTNET
FROM base AS dotnetbuild

ARG DOTNET_VERSION=6.0
ARG DOTNET_VERSION=8.0
ARG NUGET_INSPECTOR_VERSION=0.9.12

ENV DOTNET_HOME=/opt/dotnet
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ENV \
COCOAPODS_VERSION=1.14.2 \
COMPOSER_VERSION=2.2.6-2ubuntu4 \
CONAN_VERSION=1.61.0 \
DOTNET_VERSION=6.0 \
DOTNET_VERSION=8.0 \
GO_DEP_VERSION=0.5.4 \
GO_VERSION=1.21.1 \
HASKELL_STACK_VERSION=2.13.1 \
Expand Down

0 comments on commit adb0b3d

Please sign in to comment.