Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(release): update Dockerfile ENV to 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Jan 19, 2017
1 parent 3a19353 commit 7e73eae
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion builder/rootfs/Dockerfile
Expand Up @@ -54,4 +54,4 @@ RUN passwd -u git

COPY . /

ENV DEIS_RELEASE 1.14.0-dev
ENV DEIS_RELEASE 1.13.4
2 changes: 1 addition & 1 deletion builder/rootfs/usr/local/src/slugbuilder/Dockerfile
Expand Up @@ -11,4 +11,4 @@ ADD ./builder/ /tmp/builder
RUN /tmp/builder/install-buildpacks
ENTRYPOINT ["/tmp/builder/build.sh"]

ENV DEIS_RELEASE 1.14.0-dev
ENV DEIS_RELEASE 1.13.4
2 changes: 1 addition & 1 deletion builder/rootfs/usr/local/src/slugrunner/Dockerfile
Expand Up @@ -17,7 +17,7 @@ USER slug
ENV HOME /app
ENTRYPOINT ["/runner/init"]

ENV DEIS_RELEASE 1.14.0-dev
ENV DEIS_RELEASE 1.13.4

ONBUILD RUN mkdir -p /app
ONBUILD WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion controller/Dockerfile
Expand Up @@ -29,4 +29,4 @@ ADD . /app
# Create static resources
RUN /app/manage.py collectstatic --settings=deis.settings --noinput

ENV DEIS_RELEASE 1.14.0-dev
ENV DEIS_RELEASE 1.13.4
2 changes: 1 addition & 1 deletion database/Dockerfile
Expand Up @@ -20,4 +20,4 @@ CMD ["/app/bin/boot"]
EXPOSE 5432
ADD . /app

ENV DEIS_RELEASE 1.14.0-dev
ENV DEIS_RELEASE 1.13.4
2 changes: 1 addition & 1 deletion logger/image/Dockerfile
Expand Up @@ -7,4 +7,4 @@ EXPOSE 8088

ADD . /

ENV DEIS_RELEASE 1.14.0-dev
ENV DEIS_RELEASE 1.13.4
2 changes: 1 addition & 1 deletion logspout/image/Dockerfile
Expand Up @@ -6,4 +6,4 @@ CMD ["/bin/logspout"]

ADD logspout /bin/logspout

ENV DEIS_RELEASE 1.14.0-dev
ENV DEIS_RELEASE 1.13.4
2 changes: 1 addition & 1 deletion publisher/image/Dockerfile
Expand Up @@ -7,4 +7,4 @@ RUN apk add --no-cache curl
ADD bin/publisher /usr/local/bin/publisher
ENTRYPOINT ["/usr/local/bin/publisher"]

ENV DEIS_RELEASE 1.14.0-dev
ENV DEIS_RELEASE 1.13.4
2 changes: 1 addition & 1 deletion registry/Dockerfile
Expand Up @@ -25,4 +25,4 @@ RUN DOCKER_BUILD=true /app/build.sh

ADD . /app

ENV DEIS_RELEASE 1.14.0-dev
ENV DEIS_RELEASE 1.13.4
2 changes: 1 addition & 1 deletion router/Dockerfile
Expand Up @@ -26,4 +26,4 @@ RUN build
CMD ["boot"]
EXPOSE 80 2222 9090

ENV DEIS_RELEASE 1.14.0-dev
ENV DEIS_RELEASE 1.13.4
2 changes: 1 addition & 1 deletion store/base/Dockerfile
Expand Up @@ -9,5 +9,5 @@ RUN DOCKER_BUILD=true /tmp/build.sh
# Add shared confd configuration
ADD . /app

ENV DEIS_RELEASE 1.14.0-dev
ENV DEIS_RELEASE 1.13.4

0 comments on commit 7e73eae

Please sign in to comment.