Skip to content

Commit

Permalink
update release routines
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Jun 1, 2017
1 parent 527a520 commit 5be7186
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:5.5.35-apache
FROM php:5.6.30-apache

RUN apt-get update && apt-get install -y \
libfreetype6-dev \
Expand All @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
docker-php-ext-install gd && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

WORKDIR /var/www

COPY run.sh /run.sh
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.nginx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:5.5.35-fpm
FROM php:5.6.30-fpm

RUN apt-get update && apt-get install -y \
libfreetype6-dev \
Expand Down
4 changes: 2 additions & 2 deletions build_env.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
client_version=v3.7.0
api_version=v3.7.9
client_version=v3.7.0.1
api_version=v3.7.0
release_version=${CI_BRANCH:-v3.7.0}

client_url=
Expand Down
4 changes: 2 additions & 2 deletions docker/release.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.5.3
FROM golang:1.7.6

RUN go get github.com/aktau/github-release
RUN go get github.com/ushahidi/github-release

COPY docker/release.run.sh /release.run.sh

Expand Down

0 comments on commit 5be7186

Please sign in to comment.