Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JayjeetAtGithub committed Jul 27, 2021
1 parent 039b1d7 commit 0f47a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/src/arrow/adapters/arrow-rados-cls/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

FROM uccross/skyhookdm-arrow:v0.2.0
FROM uccross/skyhookdm-arrow:v0.3.0

RUN yum -y update && \
yum -y install python3 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd skyhookdm-arrow/

2. Run the SkyhookDM container in interactive mode.
```bash
docker run -it -v $PWD:/w -w /w --privileged uccross/skyhookdm-arrow:v0.2.0 bash
docker run -it -v $PWD:/w -w /w --privileged uccross/skyhookdm-arrow:v0.3.0 bash
```

3. Run the build script.
Expand Down

0 comments on commit 0f47a96

Please sign in to comment.