Skip to content

Commit 96a8f44

Browse files
committed
Modify base image version
1 parent dd42355 commit 96a8f44

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
56
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
67

8+
## [1.1] - 2018-01-16
9+
10+
### Changed
11+
12+
- Change version of docker image source
13+
714
## [1.0] - 2017-12-26
15+
816
### Added
17+
918
- Add dependencies.yml file for dependencies.io
1019

1120
### Changed
21+
1222
- Fix version of EnvdevPHPBase image to 7.2 version

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM vfac/envdevphpbase:7.2
1+
FROM vfac/envdevphpbase:7.2-alpine
22
LABEL maintainer="Vincent Faliès <vincent@vfac.fr>"
33

44
COPY composer.json /php7checker/composer.json

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Vincent Faliès
3+
Copyright (c) 2017-2018 Vincent Faliès
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ collectors:
55
actors:
66
# pull requests for all major, minor, and patch updates
77
- type: find-replace
8-
versions: "L.Y.Y"
8+
versions: "L.Y-alpine"
99

1010
- type: php-composer
1111
path: /

0 commit comments

Comments
 (0)