Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 120fa1f

Browse files
committed
Fixes hard coded image tag in README.md
1 parent 24ce9ae commit 120fa1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ It requires a working Hive cluster since the default configuration files are for
2020
It's capable to change configuration like `hive.metastore.uri` by binding new directory under `/opt/presto/etc`. E.g., given configuration file `/foo/bar/hive.properties`:
2121

2222
```SHELL
23-
docker run -d -p 8080:8080 -v /foo/bar/hive.properties:/home/presto/etc/catalog/hive.properties:ro shawnzhu/prestodb:0.193
24-
```
23+
docker run -d -p 8080:8080 -v /foo/bar/hive.properties:/home/presto/etc/catalog/hive.properties:ro shawnzhu/prestodb:latest
24+
```
2525

2626
### DB2
2727

0 commit comments

Comments
 (0)