Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tools]
php = "8.4"
php = "8.5.8"
2 changes: 1 addition & 1 deletion docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# =============================================================================
# Base: shared extensions for all stages
# =============================================================================
FROM php:8.4-fpm AS base
FROM php:8.5-fpm@sha256:0dc450d0a0e81ba501973b8e303f5d45af2ed989e08730f597d8fc07fb289efd AS base
RUN apt-get update && apt-get install -y libpq-dev git unzip \
&& docker-php-ext-install pdo_pgsql opcache \
&& rm -rf /var/lib/apt/lists/*
Expand Down