Skip to content

Commit 9552460

Browse files
fix: env version for Dockerfile Windows (#1120)
Co-authored-by: pyansys-ci-bot <pyansys.github.bot@ansys.com>
1 parent e6cfcd4 commit 9552460

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/1120.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: env version for Dockerfile Windows

docker/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV LICENSE_SERVER=""
2929
ENV SERVER_ENDPOINT="0.0.0.0:50051"
3030
ENV ENABLE_TRACE=0
3131
ENV LOG_LEVEL=2
32-
ENV AWP_ROOT241=C:/app/unified
32+
ENV AWP_ROOT242=C:/app/unified
3333

3434
# Add container labels
3535
LABEL org.opencontainers.image.authors="ANSYS Inc."

0 commit comments

Comments
 (0)