Skip to content

Commit

Permalink
Merge branch 'release/1.2.23'
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Oct 5, 2023
2 parents 373b2db + edbe039 commit 8f7d9a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/docker-images Change Log

## 1.2.23 - 2023.10.05
### Added
* Switch `php-prod-base:8.2-alpine` from Alpine `3.17` to `3.18`

## 1.2.22 - 2023.07.22
### Added
* Add `node-20-alpine` image
Expand Down
2 changes: 1 addition & 1 deletion php-prod-base/php-8.2-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm-alpine3.17
FROM php:8.2-fpm-alpine3.18

# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
Expand Down

0 comments on commit 8f7d9a1

Please sign in to comment.