Skip to content

Commit

Permalink
upgrade PHP and Composer in latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Oct 29, 2024
1 parent 605dc7d commit 4ad9889
Show file tree
Hide file tree
Showing 25 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions config/5.1.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ status: "under development"
php:
- "8.0.30"
- "8.1.30"
- "8.2.24"
- "8.3.12"
- "8.2.25"
- "8.3.13"
image:
composer:
version: "2.8.1"
version: "2.8.2"
php_extensions:
redis:
version: "6.1.0"
Expand Down
6 changes: 3 additions & 3 deletions config/6.0.0-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ status: "under development"
php:
- "8.0.30"
- "8.1.30"
- "8.2.24"
- "8.3.12"
- "8.2.25"
- "8.3.13"
image:
composer:
version: "2.8.1"
version: "2.8.2"
php_extensions:
redis:
version: "6.1.0"
Expand Down
2 changes: 1 addition & 1 deletion config/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ php:
- "8.3"
image:
composer:
version: "2.8.1"
version: "2.8.2"
inotify: true
php_extensions:
redis:
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/5.1.5/php8.0/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.0.30-cli-alpine3.16

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/5.1.5/php8.0/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TERM=xterm-color
ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/5.1.5/php8.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.1.30-cli-alpine3.20

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/5.1.5/php8.1/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TERM=xterm-color
ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/5.1.5/php8.2/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.2.24-cli-alpine3.20
FROM php:8.2.25-cli-alpine3.20

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/5.1.5/php8.2/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM php:8.2.24-cli
FROM php:8.2.25-cli

ENV DEBIAN_FRONTEND=noninteractive
ENV TERM=xterm-color

ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/5.1.5/php8.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.3.12-cli-alpine3.20
FROM php:8.3.13-cli-alpine3.20

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/5.1.5/php8.3/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM php:8.3.12-cli
FROM php:8.3.13-cli

ENV DEBIAN_FRONTEND=noninteractive
ENV TERM=xterm-color

ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/6.0.0-beta/php8.0/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.0.30-cli-alpine3.16

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/6.0.0-beta/php8.0/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TERM=xterm-color
ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/6.0.0-beta/php8.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.1.30-cli-alpine3.20

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/6.0.0-beta/php8.1/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TERM=xterm-color
ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/6.0.0-beta/php8.2/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.2.24-cli-alpine3.20
FROM php:8.2.25-cli-alpine3.20

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/6.0.0-beta/php8.2/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM php:8.2.24-cli
FROM php:8.2.25-cli

ENV DEBIAN_FRONTEND=noninteractive
ENV TERM=xterm-color

ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/6.0.0-beta/php8.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.3.12-cli-alpine3.20
FROM php:8.3.13-cli-alpine3.20

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/6.0.0-beta/php8.3/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM php:8.3.12-cli
FROM php:8.3.13-cli

ENV DEBIAN_FRONTEND=noninteractive
ENV TERM=xterm-color

ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.1-cli-alpine3.20

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.1/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TERM=xterm-color
ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.2/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.2-cli-alpine3.20

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.2/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TERM=xterm-color
ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.3-cli-alpine3.20

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.3/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TERM=xterm-color
ARG DEV_MODE
ENV DEV_MODE=$DEV_MODE

COPY --from=composer:2.8.1 /usr/bin/composer /usr/bin/
COPY --from=composer:2.8.2 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down

0 comments on commit 4ad9889

Please sign in to comment.