33[ ![ Github Actions] ( https://github.com/WyriHaximusNet/docker-php/workflows/Continuous%20Integration/badge.svg?event=push )] ( https://github.com/wyrihaximusnet/docker-php/actions )
44[ ![ Docker hub] ( https://img.shields.io/badge/Docker%20Hub-00a5c9.svg?logo=docker&style=flat&color=00a5c9&labelColor=00a5c9&logoColor=white )] ( https://hub.docker.com/r/wyrihaximusnet/php/ )
55[ ![ Docker hub] ( https://img.shields.io/docker/pulls/wyrihaximusnet/php.svg?color=00a5c9&labelColor=03566a )] ( https://hub.docker.com/r/wyrihaximusnet/php/ )
6- [ ![ Docker hub] ( https://img.shields.io/docker/image-size/wyrihaximusnet/php/8.3 -zts-alpine-slim )] ( https://hub.docker.com/r/wyrihaximusnet/php/ )
6+ [ ![ Docker hub] ( https://img.shields.io/docker/image-size/wyrihaximusnet/php/8.4 -zts-alpine-slim )] ( https://hub.docker.com/r/wyrihaximusnet/php/ )
77
88# Images
99
@@ -38,7 +38,7 @@ In order to provide upgrade path we intend to keep one or more versions of PHP.
3838The tag naming strategy consists of (Read as a regex):
3939
4040- PHP: ` (phpMajor).(phpMinor)-(nts|zts)-(alpine((alpineMajor).(alpineMinor))|bullseye|buster|strech)(-slim)(-dev)(-root)? `
41- - Example: ` 8.2-zts-alpine-slim ` , ` 8.3 -nts-alpine3.13-dev ` , ` 8.1-zts-buster-slim `
41+ - Example: ` 8.2-zts-alpine-slim ` , ` 8.4 -nts-alpine3.13-dev ` , ` 8.1-zts-buster-slim `
4242
4343## Example usage
4444
@@ -51,7 +51,7 @@ docker build . -t IMAGE_NAME:TAG --target=runtime
5151```
5252
5353``` dockerfile
54- FROM ghcr.io/wyrihaximusnet/php:8.3 -zts-alpine-slim-dev AS install-dependencies
54+ FROM ghcr.io/wyrihaximusnet/php:8.4 -zts-alpine-slim-dev AS install-dependencies
5555
5656WORKDIR /opt/app
5757
@@ -60,7 +60,7 @@ COPY ./composer.json /opt/app/composer.json
6060COPY ./src/ /opt/app/src/
6161RUN composer install --ansi --no-interaction --prefer-dist --no-dev -o
6262
63- FROM ghcr.io/wyrihaximusnet/php:8.3 -zts-alpine-slim AS runtime
63+ FROM ghcr.io/wyrihaximusnet/php:8.4 -zts-alpine-slim AS runtime
6464
6565WORKDIR /opt/app
6666
0 commit comments