Skip to content

Commit

Permalink
Modify base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
vfalies committed Jan 16, 2018
1 parent dd42355 commit 96a8f44
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# 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.1] - 2018-01-16

### Changed

- Change version of docker image source

## [1.0] - 2017-12-26

### Added

- Add dependencies.yml file for dependencies.io

### Changed

- Fix version of EnvdevPHPBase image to 7.2 version
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 <vincent@vfac.fr>"

COPY composer.json /php7checker/composer.json
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Vincent Faliès
Copyright (c) 2017-2018 Vincent Faliès

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 96a8f44

Please sign in to comment.