Skip to content

Commit

Permalink
Update Dockerfile target versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Dec 13, 2019
1 parent 2cbbcce commit 6317d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/pypi_linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ ENV CMAKE /opt/python/cp27-cp27mu/bin/cmake

###############################################
# settings (B)
ENV TILEDB_VERSION 1.6.3
ENV TILEDB_PY_VERSION 0.4.3
ENV TILEDB_VERSION 1.7.2
ENV TILEDB_PY_VERSION 0.5.3
###############################################
# 1) Nothing builds under GCC 4.8 due to default constructor unused-parameter warnings
# 2) adding -lrt as a work-around for now because python2.7 doesn't link it, but it
Expand Down

0 comments on commit 6317d52

Please sign in to comment.