Skip to content

Commit

Permalink
User/vikas supplychain issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas0212git committed Sep 20, 2022
1 parent 60804fc commit e4c86fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/tool/linux/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:20.04
ENV DEBIAN_FRONTEND noninteractive
ENV DOTNETCORESDK_VERSION 2.1
ENV DOCKER_COMPOSE_VERSION 1.22.0
Expand Down
2 changes: 1 addition & 1 deletion docker/tool/windows/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM microsoft/windowsservercore:1709 AS base
FROM mcr.microsoft.com/windows/servercore:1709 AS base
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ARG PYTHON2_VERSION
ARG PYTHON3_VERSION
Expand Down

0 comments on commit e4c86fc

Please sign in to comment.