Skip to content

Commit

Permalink
build: Update package version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altor committed Jun 13, 2019
1 parent deae9b6 commit ee404df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ WORKDIR /opt/powerapi
USER powerapi

COPY --chown=powerapi . /tmp/powerapi
RUN pip3 install --user --no-cache-dir "/tmp/powerapi[mongodb]" && rm -r /tmp/powerapi
RUN pip3 install --user --no-cache-dir "/tmp/powerapi[mongodb, influxdb]" && rm -r /tmp/powerapi

ENTRYPOINT ["/bin/echo", "This Docker image should be used as a base for another image and should not be executed directly."]
ENTRYPOINT ["/bin/echo", "This Docker image should be used as a base for another image and should not be executed directly."]
2 changes: 1 addition & 1 deletion powerapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = "0.3.4"
__version__ = "0.4.0"

0 comments on commit ee404df

Please sign in to comment.