Skip to content

Commit 6dec771

Browse files
committed
updating php and mcrypt to a php 8.3 supported release
1 parent 1bab491 commit 6dec771

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM php:8.2-apache-bookworm
2+
FROM php:8.3-apache-bookworm
33

44
RUN mkdir -p /root/.ssh
55
COPY etc/known_hosts.github /root/.ssh/known_hosts
@@ -18,7 +18,7 @@ RUN apt-get update \
1818
&& docker-php-ext-install gd mysqli opcache bcmath \
1919
&& a2enmod rewrite expires headers
2020

21-
RUN pecl install mcrypt-1.0.6
21+
RUN pecl install mcrypt-1.0.7
2222

2323
# install phpredis extension
2424
# From http://stackoverflow.com/questions/31369867/how-to-install-php-redis-extension-using-the-official-php-docker-image-approach

0 commit comments

Comments
 (0)