Skip to content

Commit 7e73eae

Browse files
committed
chore(release): update Dockerfile ENV to 1.13.4
1 parent 3a19353 commit 7e73eae

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

builder/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ RUN passwd -u git
5454

5555
COPY . /
5656

57-
ENV DEIS_RELEASE 1.14.0-dev
57+
ENV DEIS_RELEASE 1.13.4

builder/rootfs/usr/local/src/slugbuilder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ADD ./builder/ /tmp/builder
1111
RUN /tmp/builder/install-buildpacks
1212
ENTRYPOINT ["/tmp/builder/build.sh"]
1313

14-
ENV DEIS_RELEASE 1.14.0-dev
14+
ENV DEIS_RELEASE 1.13.4

builder/rootfs/usr/local/src/slugrunner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ USER slug
1717
ENV HOME /app
1818
ENTRYPOINT ["/runner/init"]
1919

20-
ENV DEIS_RELEASE 1.14.0-dev
20+
ENV DEIS_RELEASE 1.13.4
2121

2222
ONBUILD RUN mkdir -p /app
2323
ONBUILD WORKDIR /app

controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ ADD . /app
2929
# Create static resources
3030
RUN /app/manage.py collectstatic --settings=deis.settings --noinput
3131

32-
ENV DEIS_RELEASE 1.14.0-dev
32+
ENV DEIS_RELEASE 1.13.4

database/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ CMD ["/app/bin/boot"]
2020
EXPOSE 5432
2121
ADD . /app
2222

23-
ENV DEIS_RELEASE 1.14.0-dev
23+
ENV DEIS_RELEASE 1.13.4

logger/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ EXPOSE 8088
77

88
ADD . /
99

10-
ENV DEIS_RELEASE 1.14.0-dev
10+
ENV DEIS_RELEASE 1.13.4

logspout/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ CMD ["/bin/logspout"]
66

77
ADD logspout /bin/logspout
88

9-
ENV DEIS_RELEASE 1.14.0-dev
9+
ENV DEIS_RELEASE 1.13.4

publisher/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ RUN apk add --no-cache curl
77
ADD bin/publisher /usr/local/bin/publisher
88
ENTRYPOINT ["/usr/local/bin/publisher"]
99

10-
ENV DEIS_RELEASE 1.14.0-dev
10+
ENV DEIS_RELEASE 1.13.4

registry/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ RUN DOCKER_BUILD=true /app/build.sh
2525

2626
ADD . /app
2727

28-
ENV DEIS_RELEASE 1.14.0-dev
28+
ENV DEIS_RELEASE 1.13.4

router/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ RUN build
2626
CMD ["boot"]
2727
EXPOSE 80 2222 9090
2828

29-
ENV DEIS_RELEASE 1.14.0-dev
29+
ENV DEIS_RELEASE 1.13.4

0 commit comments

Comments
 (0)