Skip to content

Commit 2c56b2f

Browse files
snyk-botthorsten
authored andcommitted

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
@@ -4,7 +4,7 @@
44
#
55

66
# Stage 1: Composer dependencies with PHP extensions
7-
FROM php:8.5.0RC2-cli AS composer
7+
FROM php:8.5.0RC5-cli AS composer
88

99
RUN apt-get update && apt-get install -y \
1010
git unzip libpng-dev libjpeg-dev libfreetype6-dev libzip-dev libicu-dev libpq-dev libldap2-dev libbz2-dev libsodium-dev \
@@ -22,7 +22,7 @@ COPY composer.json composer.lock ./
2222
RUN composer install --no-interaction --prefer-dist --optimize-autoloader --verbose
2323

2424
# Stage 2: PHP runtime with same extensions
25-
FROM php:8.5.0RC2-cli
25+
FROM php:8.5.0RC5-cli
2626

2727
# Install necessary system dependencies again (clean stage)
2828
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)