forked from xterm-inator/MikroGuard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c31b77
commit baef1c6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|