CI: Fix warning about ENV usage in CI dockerfiles

This also bumps the dates on the DOCKERFILE_VERSION values
This commit is contained in:
Tim Wojtulewicz 2025-09-05 13:34:44 -07:00
parent 9bee00de9c
commit 7305a79440
13 changed files with 13 additions and 13 deletions

View file

@ -5,7 +5,7 @@ SHELL [ "powershell" ]
# A version field to invalidatea Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20250528
ENV DOCKERFILE_VERSION=20250905
RUN Set-ExecutionPolicy Unrestricted -Force