Skip to content

Commit

Permalink
Specify base PHP Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
codedmonkey committed Sep 22, 2023
1 parent d1c2f8d commit 628f203
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
Expand Up @@ -24,7 +24,7 @@ RUN chmod +x /usr/local/bin/docker-entrypoint
ENTRYPOINT ["docker-entrypoint"]
CMD ["npm", "run", "watch"]

FROM php:8.1-fpm AS app
FROM php:8.2-fpm-bookworm AS app

ARG UID=3302
ARG GID=3302
Expand Down

0 comments on commit 628f203

Please sign in to comment.