We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8c1193 + 441ef2a commit 8dca9e3Copy full SHA for 8dca9e3
Dockerfile
@@ -1,14 +1,14 @@
1
FROM composer:2.8.8 as composer
2
3
-FROM php:8.4.6-alpine3.21 as build
+FROM php:8.4.7-alpine3.21 as build
4
COPY --from=composer /usr/bin/composer /usr/bin/composer
5
WORKDIR /app/
6
COPY app/ /app/
7
RUN chmod a+rx /usr/bin/composer && /usr/bin/composer install --no-interaction --no-scripts --no-progress --optimize-autoloader
8
9
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
10
11
-FROM php:8.4.6-alpine3.21
+FROM php:8.4.7-alpine3.21
12
13
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
14
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments