From 3022609d7d0416e721f1eabad978a950006f6a60 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Thu, 1 Dec 2022 09:55:53 -0800 Subject: [PATCH] ci: fix php ci builds (#143) --- integrations/php.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/php.Dockerfile b/integrations/php.Dockerfile index 1fc88298c..f55ee6c18 100644 --- a/integrations/php.Dockerfile +++ b/integrations/php.Dockerfile @@ -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