diff --git a/Dockerfile b/Dockerfile index 5fca6e6..d4cb9be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \ diff --git a/docs/CHANGELOG-v1.md b/docs/CHANGELOG-v1.md index 8b3dd46..5f37c5f 100644 --- a/docs/CHANGELOG-v1.md +++ b/docs/CHANGELOG-v1.md @@ -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: