Skip to content

Commit

Permalink
Upgrade PHP to version 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Jun 18, 2023
1 parent 18d9e47 commit c577c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3

FROM php:8.1-fpm-alpine3.18
FROM php:8.2-fpm-alpine3.18
RUN set -ex; \
\
export CFLAGS="-Os"; \
Expand Down Expand Up @@ -29,6 +29,7 @@ RUN set -ex; \
imap-dev \
libpng-dev \
libzip-dev \
linux-headers \
openldap-dev \
openssl-dev \
; \
Expand Down

0 comments on commit c577c3d

Please sign in to comment.