Skip to content

Commit

Permalink
use ubuntu 24.04 and php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Apr 26, 2024
1 parent f03176d commit 29b5f59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
LABEL maintainer="[email protected]"

ENV REFRESHED_AT 2024-03-15
ENV REFRESHED_AT 2024-04-26
ENV HTTPD_PREFIX /etc/apache2
ENV DEBIAN_FRONTEND noninteractive

Expand Down Expand Up @@ -74,8 +74,8 @@ RUN a2enmod expires headers rewrite
RUN rm /etc/ssl/private/*

# Copy in any additional PHP ini files to the folders where they will be found.
COPY conf/*.ini /etc/php/8.1/apache2/conf.d/
COPY conf/*.ini /etc/php/8.1/cli/conf.d/
COPY conf/*.ini /etc/php/8.3/apache2/conf.d/
COPY conf/*.ini /etc/php/8.3/cli/conf.d/

COPY vhost.conf /etc/apache2/sites-enabled/

Expand Down

0 comments on commit 29b5f59

Please sign in to comment.