Skip to content

Commit eb9a206

Browse files
Bump php from 8.3-cli to 8.4-cli (#85)
Bumps php from 8.3-cli to 8.4-cli. --- updated-dependencies: - dependency-name: php dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1418d56 commit eb9a206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM composer:2 AS composer
22
COPY . /app
33
RUN composer install --no-dev -o
44

5-
FROM php:8.3-cli AS php-cli
5+
FROM php:8.4-cli AS php-cli
66
COPY --from=composer /app /app
77
WORKDIR /app

0 commit comments

Comments
 (0)