Skip to content

Commit 39b74ec

Browse files
committed
Umbra: use latest tag instead of hard-coded 25.7
1 parent 2dc72e4 commit 39b74ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umbra/benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mkdir db
2222
chmod 777 -R db
2323

2424
# https://hub.docker.com/r/umbradb/umbra
25-
docker run -d -v ./db:/var/db -v ./data:/data -p 5432:5432 --ulimit nofile=1048576:1048576 --ulimit memlock=8388608:8388608 umbradb/umbra:25.07
25+
docker run -d -v ./db:/var/db -v ./data:/data -p 5432:5432 --ulimit nofile=1048576:1048576 --ulimit memlock=8388608:8388608 umbradb/umbra:latest
2626
sleep 5 # Things below fail otherwise ...
2727

2828
start=$(date +%s%3N)

0 commit comments

Comments
 (0)