File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,4 +54,4 @@ RUN passwd -u git
5454
5555COPY . /
5656
57- ENV DEIS_RELEASE 1.14.0-dev
57+ ENV DEIS_RELEASE 1.13.4
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ ADD ./builder/ /tmp/builder
1111RUN /tmp/builder/install-buildpacks
1212ENTRYPOINT ["/tmp/builder/build.sh" ]
1313
14- ENV DEIS_RELEASE 1.14.0-dev
14+ ENV DEIS_RELEASE 1.13.4
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ USER slug
1717ENV HOME /app
1818ENTRYPOINT ["/runner/init" ]
1919
20- ENV DEIS_RELEASE 1.14.0-dev
20+ ENV DEIS_RELEASE 1.13.4
2121
2222ONBUILD RUN mkdir -p /app
2323ONBUILD WORKDIR /app
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ ADD . /app
2929# Create static resources
3030RUN /app/manage.py collectstatic --settings=deis.settings --noinput
3131
32- ENV DEIS_RELEASE 1.14.0-dev
32+ ENV DEIS_RELEASE 1.13.4
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ CMD ["/app/bin/boot"]
2020EXPOSE 5432
2121ADD . /app
2222
23- ENV DEIS_RELEASE 1.14.0-dev
23+ ENV DEIS_RELEASE 1.13.4
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ EXPOSE 8088
77
88ADD . /
99
10- ENV DEIS_RELEASE 1.14.0-dev
10+ ENV DEIS_RELEASE 1.13.4
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ CMD ["/bin/logspout"]
66
77ADD logspout /bin/logspout
88
9- ENV DEIS_RELEASE 1.14.0-dev
9+ ENV DEIS_RELEASE 1.13.4
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ RUN apk add --no-cache curl
77ADD bin/publisher /usr/local/bin/publisher
88ENTRYPOINT ["/usr/local/bin/publisher" ]
99
10- ENV DEIS_RELEASE 1.14.0-dev
10+ ENV DEIS_RELEASE 1.13.4
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ RUN DOCKER_BUILD=true /app/build.sh
2525
2626ADD . /app
2727
28- ENV DEIS_RELEASE 1.14.0-dev
28+ ENV DEIS_RELEASE 1.13.4
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ RUN build
2626CMD ["boot" ]
2727EXPOSE 80 2222 9090
2828
29- ENV DEIS_RELEASE 1.14.0-dev
29+ ENV DEIS_RELEASE 1.13.4
You can’t perform that action at this time.
0 commit comments