Skip to content

Commit

Permalink
Update dependencies #125 #126 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Dec 18, 2021
1 parent fa5b50c commit ce65026
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

ARG MODULE_VERSION=1.9.0
ARG MODULE_VERSION=1.10.0

FROM mcr.microsoft.com/powershell:7.1.3-alpine-3.12-20210803
FROM mcr.microsoft.com/powershell:7.2.1-alpine-3.14-20211215
SHELL ["pwsh", "-Command"]
RUN $ProgressPreference = [System.Management.Automation.ActionPreference]::SilentlyContinue; \
$Null = New-Item -Path /ps_modules/ -ItemType Directory -Force; \
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ See [upgrade notes][upgrade-notes] for helpful information when upgrading from p

## Unreleased

What's changed since v1.10.0:

- Engineering:
- Bump PSRule dependency to v1.10.0. [#125](https://github.com/microsoft/ps-rule/issues/125)
- See the [change log](https://github.com/microsoft/PSRule/blob/main/docs/CHANGELOG-v1.md#v1100)
- Bump PowerShell base image to 7.2.1-alpine-3.14-20211215. [#126](https://github.com/microsoft/ps-rule/issues/126)

## v1.10.0

What's changed since v1.9.0:
Expand Down

0 comments on commit ce65026

Please sign in to comment.