Skip to content

Commit 53d9e2f

Browse files
authored
Fix typo in stage name (#785)
1 parent 3427ddf commit 53d9e2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release/7-5/mariner2-arm64/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
\

0 commit comments

Comments
 (0)