Skip to content

Commit ed56bcd

Browse files
Update php Docker tag to v8.4
1 parent cac18a5 commit ed56bcd

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG NGINX_VERSION=1.25.4
2-
ARG PHP_VERSION=8.2-fpm-bookworm
2+
ARG PHP_VERSION=8.4-fpm-bookworm
33

44
FROM navystack/ngx_mod:${NGINX_VERSION} as nginx-moduler-rhymix-downloader
55
RUN apt-get update && apt-get install git wget -y

Dockerfile-Extras/php74.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG NGINX_VERSION=1.24.0
2-
ARG PHP_VERSION=7.4-fpm-bullseye
2+
ARG PHP_VERSION=8.4-fpm-bullseye
33

44
FROM navystack/ngx_mod:${NGINX_VERSION} as nginx-moduler-rhymix-downloader
55
RUN apt-get update && apt-get install git -y

Dockerfile-Extras/php80.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG NGINX_VERSION=1.24.0
2-
ARG PHP_VERSION=8.0-fpm-bullseye
2+
ARG PHP_VERSION=8.4-fpm-bullseye
33

44
FROM navystack/ngx_mod:${NGINX_VERSION} as nginx-moduler-rhymix-downloader
55
RUN apt-get update && apt-get install git -y

Dockerfile-Extras/php81.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG NGINX_VERSION=1.25.3
2-
ARG PHP_VERSION=8.1-fpm-bookworm
2+
ARG PHP_VERSION=8.4-fpm-bookworm
33

44
FROM navystack/ngx_mod:${NGINX_VERSION} as nginx-moduler-rhymix-downloader
55
RUN apt-get update && apt-get install git -y

Dockerfile-Extras/php83.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG NGINX_VERSION=1.25.3
2-
ARG PHP_VERSION=8.3-fpm-bookworm
2+
ARG PHP_VERSION=8.4-fpm-bookworm
33

44
FROM navystack/ngx_mod:${NGINX_VERSION} as nginx-moduler-rhymix-downloader
55
RUN apt-get update && apt-get install git -y

0 commit comments

Comments
 (0)