Skip to content

Commit

Permalink
Fix: pin the tag of container image used in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyang2022 committed Jan 3, 2024
1 parent 83bf151 commit 5775613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-functional-tests
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
DOCKER_IMAGE=${DOCKER_IMAGE:-"nyang23/haleap:latest"}
DOCKER_IMAGE=${DOCKER_IMAGE:-"nyang23/haleap:15.5"}
PROJECT_PATH=$(dirname $(dirname `realpath $0`))
PROJECT_INSIDE="/opt/crmsh"
DOCKER_SERVICE="docker.service"
Expand Down

0 comments on commit 5775613

Please sign in to comment.