Skip to content

Commit

Permalink
Fix bazel container script (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhongWang-Amazon authored Mar 26, 2024
1 parent e2e8a0e commit e4affd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bazel-container
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -eEu -o pipefail

readonly HOST_BAZEL="${BAZEL:-bazel}"
readonly IMAGE="${IMAGE:-ghcr.io/world-federation-of-advertisers/bazel:0.2.0"
readonly IMAGE="${IMAGE:-ghcr.io/world-federation-of-advertisers/bazel:0.2.0}"
readonly DOCKER="${DOCKER:-docker}"
readonly DOCKER_HOST="${DOCKER_HOST:-unix:///var/run/docker.sock}"
readonly CONTAINER_USER='builder'
Expand Down

0 comments on commit e4affd5

Please sign in to comment.