Skip to content

Commit

Permalink
Merge pull request #66 from utopia-php/database-lib-ver
Browse files Browse the repository at this point in the history
version change
  • Loading branch information
christyjacob4 authored Jun 5, 2024
2 parents f0bc150 + be09eaf commit 7ea91e0
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 92 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY composer.json /src/
RUN composer install --ignore-platform-reqs --optimize-autoloader \
--no-plugins --no-scripts --prefer-dist

FROM php:8.0-cli-alpine as final
FROM php:8.3.3-cli-alpine3.19 as final

LABEL maintainer="[email protected]"

Expand Down
137 changes: 46 additions & 91 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ea91e0

Please sign in to comment.