Skip to content

Commit

Permalink
Update to PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Sep 6, 2024
1 parent 1c42e03 commit 36f769f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/dockerfiles/api_server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0.30-apache
FROM php:8.2.22-apache

# Install API dependencies
# Setup kakadu for kdu_* commands
Expand Down Expand Up @@ -38,4 +38,4 @@ COPY ./compose/scripts/api_config.sh /root
COPY ./compose/scripts/api_startup.sh /root
COPY --from=composer/composer:latest-bin /composer /usr/bin/composer
WORKDIR /var/www/api.helioviewer.org
ENTRYPOINT ["bash", "/root/api_startup.sh"]
ENTRYPOINT ["bash", "/root/api_startup.sh"]

0 comments on commit 36f769f

Please sign in to comment.