File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## Unreleased
8+
9+ ### Changed
10+
11+ - Update default image version
12+ - Perl: 5.38
13+ - PHP: 8.3
14+ - Node.js: 20.17.1
15+
716## [ 2.6.0] - 2024-08-30
817
918### Changed
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ services:
55 context : ${DOCKER_MT_BUILD_CONTEXT:-mt}
66 dockerfile : ${DOCKER_MT_DOCKERFILE}
77 args :
8- - DOCKER_NODEJS_IMAGE=${DOCKER_NODEJS_IMAGE:-node:16.13.2 }
9- - DOCKER_MT_IMAGE=${DOCKER_MT_IMAGE:-movabletype/test:perl-5.36 }
8+ - DOCKER_NODEJS_IMAGE=${DOCKER_NODEJS_IMAGE:-node:20.17.0 }
9+ - DOCKER_MT_IMAGE=${DOCKER_MT_IMAGE:-movabletype/test:perl-5.38 }
1010 restart : always
1111 working_dir : /var/www/cgi-bin/mt
1212 entrypoint : /usr/local/bin/docker-entrypoint.sh
@@ -33,7 +33,7 @@ services:
3333 context : ${DOCKER_HTTPD_BUILD_CONTEXT:-httpd}
3434 dockerfile : ${DOCKER_HTTPD_DOCKERFILE}
3535 args :
36- - DOCKER_HTTPD_IMAGE=${DOCKER_HTTPD_IMAGE:-movabletype/test:php-8.0 }
36+ - DOCKER_HTTPD_IMAGE=${DOCKER_HTTPD_IMAGE:-movabletype/test:php-8.3 }
3737 restart : always
3838 entrypoint : " /usr/local/bin/docker-entrypoint.sh"
3939 environment :
You can’t perform that action at this time.
0 commit comments