浏览代码

Merge pull request #25433 from jtattermusch/backport_25420

Backport #25420 into v1.36.x
Lidi Zheng 4 年之前
父节点
当前提交
3cae29de36
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile

+ 3 - 2
tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile

@@ -12,8 +12,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# "5.0" tag uses debian buster
-FROM mcr.microsoft.com/dotnet/sdk:5.0
+# "5.0.x" tag uses debian buster
+# we use the full version number to make docker image version updates explicit
+FROM mcr.microsoft.com/dotnet/sdk:5.0.103
 
 RUN apt-get update && apt-get install -y unzip && apt-get clean