Skip to content

Commit db893c2

Browse files
author
Gabriel Monroy
committed
Merge pull request #2873 from carmstrong/deis_env_bump
fix(*): bump version in Dockerfiles
2 parents a781944 + 70af19c commit db893c2

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

builder/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ ADD etc /etc
6161
ADD . /app
6262
RUN chown -R root:root /app
6363

64-
ENV DEIS_RELEASE 1.2.0-dev
64+
ENV DEIS_RELEASE 1.3.0-dev
6565

builder/image/slugbuilder/Dockerfile

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

15-
ENV DEIS_RELEASE 1.2.0-dev
15+
ENV DEIS_RELEASE 1.3.0-dev
1616

builder/image/slugrunner/Dockerfile

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

21-
ENV DEIS_RELEASE 1.2.0-dev
21+
ENV DEIS_RELEASE 1.3.0-dev
2222

cache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ EXPOSE 6379
77
WORKDIR /app
88
CMD ["/app/bin/boot"]
99

10-
ENV DEIS_RELEASE 1.2.0-dev
10+
ENV DEIS_RELEASE 1.3.0-dev
1111

controller/Dockerfile

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

34-
ENV DEIS_RELEASE 1.2.0-dev
34+
ENV DEIS_RELEASE 1.3.0-dev
3535

database/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ CMD ["/app/bin/boot"]
2222
EXPOSE 5432
2323
ADD . /app
2424

25-
ENV DEIS_RELEASE 1.2.0-dev
25+
ENV DEIS_RELEASE 1.3.0-dev
2626

logger/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ EXPOSE 514
55

66
ADD . /
77

8-
ENV DEIS_RELEASE 1.2.0-dev
8+
ENV DEIS_RELEASE 1.3.0-dev
99

logspout/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ CMD ["/bin/logspout"]
77

88
ADD logspout /bin/logspout
99

10-
ENV DEIS_RELEASE 1.2.0-dev
10+
ENV DEIS_RELEASE 1.3.0-dev
1111

publisher/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ FROM scratch
33
ADD publisher /usr/local/bin/publisher
44
ENTRYPOINT ["/usr/local/bin/publisher"]
55

6-
ENV DEIS_RELEASE 1.2.0-dev
6+
ENV DEIS_RELEASE 1.3.0-dev
77

registry/Dockerfile

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

2828
ADD . /app
2929

30-
ENV DEIS_RELEASE 1.2.0-dev
30+
ENV DEIS_RELEASE 1.3.0-dev
3131

0 commit comments

Comments
 (0)