Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-hadad authored Feb 14, 2024
1 parent 2e91218 commit cfa1da8
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 @@ -2,7 +2,7 @@ FROM composer:2.2 as build
COPY . /app/
RUN composer install --prefer-dist --no-dev --optimize-autoloader --no-interaction

FROM php:8.1-apache-buster as production
FROM php:8.2-apache-buster as production

ENV APP_ENV=production
ENV APP_DEBUG=false
Expand Down

0 comments on commit cfa1da8

Please sign in to comment.