Skip to content

Commit 472562c

Browse files
author
Tony Fahrion
committed
Bump version: 1.1.0 → 1.1.1
1 parent cf8d6d3 commit 472562c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.1.1
33
tag_name = {new_version}
44
commit = True
55
tag = True

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.label-schema.name="php" \
66
org.label-schema.version="0.1" \
77
org.label-schema.description="Core PHP image" \
88
org.label-schema.vendor="Claranet GmbH" \
9-
org.label-schema.schema-version="1.1.0" \
9+
org.label-schema.schema-version="1.1.1" \
1010
author1="Fabian Dörk <fabian.doerk@de.clara.net>" \
1111
author2="Tony Fahrion <tony.fahrion@de.clara.net>"
1212

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ set via environment variables and makes it easy to check external services (like
4141
* provides generic build and life cycle infrastructure for containerized PHP applications (well prepared for kubernetes)
4242
* shipped as PHP 7.1.x and 7.2.x flavor
4343
* there is a (build>base already run / build>base only prepared) flavor for each PHP version
44-
* general run concept: `docker run --rm -t claranet/php:1.1.0-php7.2.5 <main-section> [subsection] [subsection-args, ...]`
45-
* overview: `docker run --rm -t claranet/php:1.1.0-php7.2.5 help`
44+
* general run concept: `docker run --rm -t claranet/php:1.1.1-php7.2.5 <main-section> [subsection] [subsection-args, ...]`
45+
* overview: `docker run --rm -t claranet/php:1.1.1-php7.2.5 help`
4646
* supplied services
4747
- nginx
4848
- phpfpm
4949
- crond
5050

5151
Build image locally:
5252
```sh
53-
# generates local/claranet/php:1.1.0-php7.2.5
53+
# generates local/claranet/php:1.1.1-php7.2.5
5454
./bin/image.sh build
5555
```
5656

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

example/matomo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM local/claranet/php:1.1.0-php7.2.5
1+
FROM local/claranet/php:1.1.1-php7.2.5
22

33
ENV DOCUMENT_ROOT="${WORKDIR}" \
44
COMPRESS_FILE_PATHS="js"

0 commit comments

Comments
 (0)