Skip to content

Commit a937cf6

Browse files
author
Robbert Müller
committed
Merge branch 'renovate/php-3.x' into 'main'
⬆️ Updates php Docker tag to v8.3.14-alpine3.21 See merge request pipeline-components/php-security-checker!188
2 parents d429e3c + 57069aa commit a937cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
FROM composer:2.8.5 as composer
22

3-
FROM php:8.3.14-alpine3.19 as build
3+
FROM php:8.3.14-alpine3.21 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.3.14-alpine3.19
11+
FROM php:8.3.14-alpine3.21
1212
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
1313
ENTRYPOINT ["/entrypoint.sh"]
1414
ENV DEFAULTCMD security-checker

0 commit comments

Comments
 (0)