Skip to content

Commit 19c9d0f

Browse files
Bump powershell
Bumps powershell from 7.1.3-alpine-3.12-20210803 to 7.3.0-preview.1-alpine-3.12-20211215. --- updated-dependencies: - dependency-name: powershell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 333fc57 commit 19c9d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
ARG MODULE_VERSION=0.9.0
55

6-
FROM mcr.microsoft.com/powershell:7.1.3-alpine-3.12-20210803
6+
FROM mcr.microsoft.com/powershell:7.3.0-preview.1-alpine-3.12-20211215
77
SHELL ["pwsh", "-Command"]
88
RUN $ProgressPreference = [System.Management.Automation.ActionPreference]::SilentlyContinue; \
99
$Null = New-Item -Path /ps_modules/ -ItemType Directory -Force; \

0 commit comments

Comments
 (0)