File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
release/7-5/mariner2-arm64/docker Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Copyright (c) Microsoft Corporation.
22# Licensed under the MIT License.
33
4- FROM --platform=linux/arm64 mcr.microsoft.com/cbl-mariner/base/core:2.0 AS installer-eng
4+ FROM --platform=linux/arm64 mcr.microsoft.com/cbl-mariner/base/core:2.0 AS installer-env
55
66 # Define Args for the needed to add the package
7- ARG PS_VERSION=7.4.0-preview .1
7+ ARG PS_VERSION=7.4.0-rc .1
88 ARG PS_PACKAGE=powershell-${PS_VERSION}-linux-arm64.tar.gz
99 ARG PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
1010 ARG PS_INSTALL_VERSION=7-preview
@@ -42,7 +42,7 @@ FROM --platform=linux/arm64 mcr.microsoft.com/cbl-mariner/base/core:2.0 AS final
4242
4343 # Define Args and Env needed to create links
4444 ARG PS_INSTALL_VERSION=7-preview
45- ARG PS_VERSION=7.4.0-preview .1
45+ ARG PS_VERSION=7.4.0-rc .1
4646
4747 ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION \
4848 \
You can’t perform that action at this time.
0 commit comments