Skip to content

Commit

Permalink
Change docker image source version
Browse files Browse the repository at this point in the history
  • Loading branch information
vfalies committed Jan 16, 2018
1 parent f75b992 commit 172981e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion Dockerfile
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 \
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ collectors:
actors:
# pull requests for all major, minor, and patch updates
- type: find-replace
versions: "L.Y.Y"
versions: "L.Y-alpine"

- type: php-composer
path: /
Expand Down

0 comments on commit 172981e

Please sign in to comment.