Skip to content

Commit

Permalink
ci: fix php ci builds (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Dec 1, 2022
1 parent 4bd5e15 commit 3022609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/php.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /composer/
# https://packagist.org/packages/guzzlehttp/guzzle
RUN composer require guzzlehttp/guzzle

FROM alpine
FROM alpine:3.16

ADD . /src
WORKDIR /src
Expand Down

0 comments on commit 3022609

Please sign in to comment.