Skip to content

Commit

Permalink
Dockerfile: Update Windows files
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Jul 21, 2024
1 parent 7538c9e commit 7af2b2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions containers/windows/Dockerfile.bhl-build
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

FROM bhl-vs-2022

ENV BHL_BUILD_DATE="2023-11-27.1"
ENV BHL_GIT_VERSION="2.43.0"
ENV BHL_BUILD_DATE="2024-07-21.1"
ENV BHL_GIT_VERSION="2.45.2"
ENV BHL_PYTHON_VERSION="3.11.6"
ENV BHL_CMAKE_VERSION="3.27.8"
ENV BHL_7ZIP_VERSION="2301"
ENV BHL_NINJA_VERSION="1.11.1"
ENV BHL_CMAKE_VERSION="3.30.1"
ENV BHL_7ZIP_VERSION="2407"
ENV BHL_NINJA_VERSION="1.12.1"

# Restore the default Windows shell for correct batch processing.
SHELL ["cmd", "/S", "/C"]
Expand Down

0 comments on commit 7af2b2a

Please sign in to comment.