Skip to content

Commit

Permalink
test update docker images to dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed May 15, 2024
1 parent 86afe9b commit 6b37ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/image/Dockerfile.dotnet-centos7-net6-build
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SHELL [ "/usr/bin/scl", "enable", "devtoolset-8"]

# dotnet-sdk-6.0
RUN rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm
RUN yum -y install --exclude 1:openssl-libs-1.0.2k-26.el7_9.x86_64 dotnet-sdk-6.0
RUN yum -y install --exclude 1:openssl-libs-1.0.2k-26.el7_9.x86_64 dotnet-sdk-8.0

# workspace
RUN mkdir -p /home/user && \
Expand Down

0 comments on commit 6b37ab3

Please sign in to comment.