upgrade laravel container
Build and Push Docker Images / build-and-push (push) Failing after 2m22s

This commit is contained in:
2026-05-26 15:25:58 +02:00
parent b9f292280b
commit 76f24aa28d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Use an official PHP runtime as a parent image # Use an official PHP runtime as a parent image
FROM php:8.1-fpm FROM php:8.2-fpm
# Set the working directory # Set the working directory
WORKDIR /workspace WORKDIR /workspace
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \
cron \ cron \
sudo \ sudo \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql && docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql intl
# Install Redis PHP extension via PECL # Install Redis PHP extension via PECL
RUN apt-get update && apt-get install -y --no-install-recommends $PHPIZE_DEPS libssl-dev \ RUN apt-get update && apt-get install -y --no-install-recommends $PHPIZE_DEPS libssl-dev \
+1 -1
View File
@@ -1 +1 @@
5.0 6.0