Skip to content

Commit

Permalink
Bump version: 1.1.57 → 1.1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
hashbou committed Jun 29, 2022
1 parent 9b6a23d commit f913be2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.57
current_version = 1.1.58
tag_name = {new_version}
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.label-schema.name="php" \
org.label-schema.version="0.1" \
org.label-schema.description="Core PHP image" \
org.label-schema.vendor="Claranet GmbH" \
org.label-schema.schema-version="1.1.57" \
org.label-schema.schema-version="1.1.58" \
author1="Fabian Dörk <[email protected]>" \
author2="Tony Fahrion <[email protected]>"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ set via environment variables and makes it easy to check external services (like
* provides generic build and life cycle infrastructure for containerized PHP applications (well prepared for kubernetes)
* shipped as PHP 7.1.x, 7.2.x and 7.3.x flavor
* there is a (build>base already run / build>base only prepared) flavor for each PHP version
* general run concept: `docker run --rm -t claranet/php:1.1.57-php7.3.13 <main-section> [subsection] [subsection-args, ...]`
* overview: `docker run --rm -t claranet/php:1.1.57-php7.3.13 help`
* general run concept: `docker run --rm -t claranet/php:1.1.58-php7.3.13 <main-section> [subsection] [subsection-args, ...]`
* overview: `docker run --rm -t claranet/php:1.1.58-php7.3.13 help`
* supplied services
- nginx
- phpfpm
- crond

Build image locally:
```sh
# generates local/claranet/php:1.1.57-php7.3.13
# generates local/claranet/php:1.1.58-php7.3.13
./bin/image.sh build
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.57
1.1.58

0 comments on commit f913be2

Please sign in to comment.