Skip to content

Commit b83c582

Browse files
committed
upgrade 5.1.8 images
1 parent e995321 commit b83c582

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

config/5.1.8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ php:
66
- "8.0.30"
77
- "8.1.33"
88
- "8.2.29"
9-
- "8.3.23"
9+
- "8.3.26"
1010
image:
1111
composer:
12-
version: "2.8.10"
12+
version: "2.8.12"
1313
php_extensions:
1414
redis:
1515
version: "6.2.0"

dockerfiles/5.1.8/php8.0/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.0.30-cli-alpine3.16
22

3-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
3+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
44

55
RUN \
66
set -ex && \

dockerfiles/5.1.8/php8.0/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV TERM=xterm-color
66
ARG DEV_MODE
77
ENV DEV_MODE=$DEV_MODE
88

9-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
9+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
1010
COPY ./rootfilesystem/ /
1111

1212
RUN \

dockerfiles/5.1.8/php8.1/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.1.33-cli-alpine3.22
22

3-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
3+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
44

55
RUN \
66
set -ex && \

dockerfiles/5.1.8/php8.1/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV TERM=xterm-color
66
ARG DEV_MODE
77
ENV DEV_MODE=$DEV_MODE
88

9-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
9+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
1010
COPY ./rootfilesystem/ /
1111

1212
RUN \

dockerfiles/5.1.8/php8.2/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.2.29-cli-alpine3.22
22

3-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
3+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
44

55
RUN \
66
set -ex && \

dockerfiles/5.1.8/php8.2/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV TERM=xterm-color
66
ARG DEV_MODE
77
ENV DEV_MODE=$DEV_MODE
88

9-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
9+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
1010
COPY ./rootfilesystem/ /
1111

1212
RUN \

dockerfiles/5.1.8/php8.3/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM php:8.3.23-cli-alpine3.22
1+
FROM php:8.3.26-cli-alpine3.22
22

3-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
3+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
44

55
RUN \
66
set -ex && \

dockerfiles/5.1.8/php8.3/cli/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM php:8.3.23-cli
1+
FROM php:8.3.26-cli
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
ENV TERM=xterm-color
55

66
ARG DEV_MODE
77
ENV DEV_MODE=$DEV_MODE
88

9-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
9+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
1010
COPY ./rootfilesystem/ /
1111

1212
RUN \

0 commit comments

Comments
 (0)