-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,25 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.2] - 2018-01-16 | ||
|
||
### Changed | ||
|
||
- Change version of docker image source | ||
|
||
## [1.1] - 2017-12-26 | ||
|
||
### Changed | ||
|
||
- Isolation of code of deployer in a composer.json | ||
- Update dependencies.yml file | ||
|
||
## [1.0] - 2017-12-26 | ||
|
||
### Added | ||
|
||
- Add dependencies.yml file for dependencies.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM vfac/envdevphpbase:7.2 | ||
FROM vfac/envdevphpbase:7.2-alpine | ||
LABEL maintainer="Vincent Faliès <[email protected]>" | ||
|
||
RUN apk update \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters