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 c0bf73f + 2af0ac1 commit 65d0972Copy full SHA for 65d0972
Dockerfile
@@ -1,14 +1,14 @@
1
FROM composer:2.8.10 as composer
2
3
-FROM php:8.4.10-alpine3.22 as build
+FROM php:8.4.11-alpine3.22 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.10-alpine3.22
+FROM php:8.4.11-alpine3.22
12
13
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
14
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments