Skip to content

Commit

Permalink
Merge branch 'renovate/php-8.2.x' into 'master'
Browse files Browse the repository at this point in the history
馃敿 Updates php Docker tag to v8.2.8

See merge request pipeline-components/php-codesniffer!129
  • Loading branch information
Pipeline Components Bot committed Jul 12, 2023
2 parents bcad422 + e0466a8 commit 138966b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM composer:2.5.8 as composer

FROM php:8.2.7-alpine3.17 as build
FROM php:8.2.8-alpine3.17 as build
COPY --from=composer /usr/bin/composer /usr/bin/composer
WORKDIR /app/
COPY app/ /app/
RUN chmod a+rx /usr/bin/composer && /usr/bin/composer install --no-interaction --no-progress --optimize-autoloader

FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint

FROM php:8.2.7-alpine3.17
FROM php:8.2.8-alpine3.17
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENV DEFAULTCMD phpcs
Expand Down

0 comments on commit 138966b

Please sign in to comment.