Skip to content

Commit

Permalink
Updating base image
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed Oct 7, 2022
1 parent bccf772 commit 0bd9dab
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 @@ -4,7 +4,7 @@ COPY . /home/minicli/
RUN cd /home/minicli && \
composer install --no-progress --no-dev --prefer-dist

FROM minicli/php81:latest
FROM minicli:php81-curl
COPY --from=builder /home/minicli /home/minicli

ENTRYPOINT [ "php81", "/home/minicli/minicli" ]
Expand Down

0 comments on commit 0bd9dab

Please sign in to comment.