Skip to content

Commit

Permalink
Temporary build images
Browse files Browse the repository at this point in the history
  • Loading branch information
jander-msft committed Oct 18, 2024
1 parent 79f5b34 commit 274a3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/docker/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if [[ -z "$__DockerImage" || "$__DockerImage" == "-h" || "$__DockerImage" == "--
exit 1
fi
if [ "$__DockerImage" == "ubuntu" ]; then
__DockerImage=proddiagbuild.azurecr.io/clrie-build-ubuntu:latest
__DockerImage=proddiagbuild.azurecr.io/clrie-build-ubuntu-jander:latest
elif [ "$__DockerImage" == "alpine" ]; then
__DockerImage=proddiagbuild.azurecr.io/clrie-build-alpine:latest
fi
Expand Down

0 comments on commit 274a3be

Please sign in to comment.