Skip to content

Commit

Permalink
Different arg access before shell change [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser29 committed Jul 25, 2024
1 parent 698260b commit a61e87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/docker/Dockerfile.aca-windows
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG BASE_IMAGE_TAG=latest
ARG REF=main

# Start
FROM mcr.microsoft.com/powershell:$Env:BASE_IMAGE_TAG
FROM mcr.microsoft.com/powershell:${BASE_IMAGE_TAG}
LABEL org.opencontainers.image.vendor NSA Laboratory for Advanced Cybersecurity Research
LABEL org.opencontainers.image.source https://github.com/nsacyber/hirs
LABEL org.opencontainers.image.description NSA\'s HIRS Attestation Certificate Authority in a Windows-native image. Expose port 8443 to access the portal from outside the container.
Expand Down

0 comments on commit a61e87f

Please sign in to comment.