Skip to content

Commit 8e6a800

Browse files
authored
Update Dockerfile-alpine
1 parent 30da51a commit 8e6a800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docker/Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ RUN curl -LsSf --retry 8 --retry-all-errors --connect-timeout 120 https://dl.goo
222222
&& rm -rf /usr/local/google-cloud-sdk/.install ${HOME}/.config/gcloud \
223223
&& find / -depth -type d -name __pycache__ -exec rm -rf {} \; 2> /dev/null
224224

225-
# TODO: Install PowerShell here once it'll be distribued with both X64 and ARM64 targets (only X64 today)
225+
# TODO: Install PowerShell here once it'll be distribued with both X64 and ARM64 targets (only X64 today, see: https://github.com/PowerShell/PowerShell/issues/25762)
226226

227227
# Install YQ, then verify installation
228228
ARG YQ_VERSION

0 commit comments

Comments
 (0)