Skip to content

Commit

Permalink
Update z-push to 2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
darkjeff99 authored Mar 22, 2019
1 parent 9b62c43 commit b136a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.0-apache
MAINTAINER Serge Ohl <[email protected]>

ENV VERSION 2.3
ENV VERSIONFULL 2.3.6
ENV VERSIONFULL 2.3.9
ENV BACKENDVERSION 66
ENV TERM xterm

Expand Down Expand Up @@ -34,4 +34,4 @@ EXPOSE 80

COPY ./entrypoint.sh /opt/entrypoint.sh
RUN chmod +x /opt/entrypoint.sh
ENTRYPOINT ["/bin/bash", "/opt/entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "/opt/entrypoint.sh"]

0 comments on commit b136a86

Please sign in to comment.