Skip to content

Commit

Permalink
Build from PHP8.2-apache image as base
Browse files Browse the repository at this point in the history
  • Loading branch information
RobjS authored and snim2 committed Mar 4, 2024
1 parent d933077 commit 7e779ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/wordpress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8.2-apache

RUN apt-get update && apt-get install -y --no-install-recommends libmagickwand-dev libjpeg-dev libpng-dev vim-tiny less mariadb-client libgmp-dev libsodium-dev zlib1g-dev libzip-dev && rm -r /var/lib/apt/lists/*

Expand Down

0 comments on commit 7e779ba

Please sign in to comment.