Skip to content

Commit

Permalink
Merge pull request #360 from sunxiaoguang/make_dockerfile_work
Browse files Browse the repository at this point in the history
Upgrade base image to make composer work
  • Loading branch information
SMEWebify committed Apr 22, 2024
2 parents 831b9c0 + 4dc0ead commit ef4c94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-fpm
FROM php:8.2-fpm

# Install system dependencies
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit ef4c94f

Please sign in to comment.