Skip to content

Commit 65d0972

Browse files
author
Pipeline Components Bot
committed
Merge branch 'renovate/php-8.4.x' into 'main'
🔼 Updates php Docker tag to v8.4.11 See merge request pipeline-components/php-linter!139
2 parents c0bf73f + 2af0ac1 commit 65d0972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
FROM composer:2.8.10 as composer
22

3-
FROM php:8.4.10-alpine3.22 as build
3+
FROM php:8.4.11-alpine3.22 as build
44
COPY --from=composer /usr/bin/composer /usr/bin/composer
55
WORKDIR /app/
66
COPY app/ /app/
77
RUN chmod a+rx /usr/bin/composer && /usr/bin/composer install --no-interaction --no-scripts --no-progress --optimize-autoloader
88

99
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
1010

11-
FROM php:8.4.10-alpine3.22
11+
FROM php:8.4.11-alpine3.22
1212

1313
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
1414
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)