Bumps powershell from 7.1.3-alpine-3.12-20210802 to 7.1.3-alpine-3.12-20210803.

---
updated-dependencies:
- dependency-name: powershell
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-05 22:32:53 +10:00 коммит произвёл GitHub
Родитель a85add264a
Коммит 333fc57dfe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,7 @@
ARG MODULE_VERSION=0.9.0
FROM mcr.microsoft.com/powershell:7.1.3-alpine-3.12-20210802
FROM mcr.microsoft.com/powershell:7.1.3-alpine-3.12-20210803
SHELL ["pwsh", "-Command"]
RUN $ProgressPreference = [System.Management.Automation.ActionPreference]::SilentlyContinue; \
$Null = New-Item -Path /ps_modules/ -ItemType Directory -Force; \