Skip to content

Commit

Permalink
Update PHP base image in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xterm-inator committed Mar 25, 2024
1 parent 6c31b77 commit baef1c6
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 @@ -19,7 +19,7 @@ RUN composer install \
--prefer-dist

#Image
FROM phpswoole/swoole:5.0-php8.2-alpine as base
FROM phpswoole/swoole:5.1-php8.3-alpine as base
LABEL authors="David Smith <[email protected]>"

RUN apk add --no-cache linux-headers
Expand Down

0 comments on commit baef1c6

Please sign in to comment.