File tree 1 file changed +3
-3
lines changed
release/7-5/mariner2-arm64/docker 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) Microsoft Corporation.
2
2
# Licensed under the MIT License.
3
3
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
5
5
6
6
# 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
8
8
ARG PS_PACKAGE=powershell-${PS_VERSION}-linux-arm64.tar.gz
9
9
ARG PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
10
10
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
42
42
43
43
# Define Args and Env needed to create links
44
44
ARG PS_INSTALL_VERSION=7-preview
45
- ARG PS_VERSION=7.4.0-preview .1
45
+ ARG PS_VERSION=7.4.0-rc .1
46
46
47
47
ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION \
48
48
\
You can’t perform that action at this time.
0 commit comments