Skip to content

Commit 68ccf73

Browse files
committed
Merge branch 'release/v0.2.0'
* release/v0.2.0: Update changelog (add badges) Update changelog (PHP version) Add badges to README.md for v0.2.0 Upgrade to PHP v7.1.0 Set new release branch v0.2.0
2 parents 810368b + 1fea815 commit 68ccf73

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Tag v0.2.0 (...)
2+
3+
- Upgrade to PHP v7.1.0
4+
- Add badges to README.md (powered by microbadger.com).
5+
16
## TAG v0.1.2 (2016-19-12)
27

38
- Fix PHP composer installer.

Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:jessie
22

33
ENV \
44
NGINX_VERSION=1.11.7 \
5-
PHP_VERSION=7.0.14
5+
PHP_VERSION=7.1.0
66

77
COPY \
88
docker-entrypoint \
@@ -110,10 +110,9 @@ RUN \
110110

111111
cd /tmp/build/php/ && \
112112

113-
# GPG keys from the release managers of PHP 7.0
114-
# Source https://secure.php.net/gpg-keys.php#gpg-7.0
115-
gpg --keyserver pgp.mit.edu/ --recv "1A4E 8B72 77C4 2E53 DBA9 C7B9 BCAA 30EA 9C0D 5763" && \
116-
gpg --keyserver pgp.mit.edu/ --recv "6E4F 6AB3 21FD C07F 2C33 2E3A C2BF 0BC4 33CF C8B3" && \
113+
# GPG keys from the release managers of PHP 7.1
114+
# Source https://secure.php.net/downloads.php#gpg-7.1
115+
gpg --keyserver pgp.mit.edu/ --recv "A917 B1EC DA84 AEC2 B568 FED6 F50A BC80 7BD5 DCD0" && \
117116

118117
# Verify signature
119118
curl -SLo php-${PHP_VERSION}.tar.gz.asc http://ch1.php.net/get/php-${PHP_VERSION}.tar.gz.asc/from/this/mirror && \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
REPO = janus1990
22
IMAGE = docker-nginx-php
3-
VERSION = 0.1.2
3+
VERSION = 0.2.0
44
EXTRAVERSION =
55

66
IMAGE_FQN = $(REPO)/$(IMAGE):v$(VERSION)$(EXTRAVERSION)

0 commit comments

Comments
 (0)