[phpstorm-stubs] update php 8.2 to rc7

This commit is contained in:
Ivan Fedorov 2022-11-28 19:28:46 +01:00
parent 35e3915c9d
commit 69fcf55d6f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM php:8.2.0RC6-alpine
FROM php:8.2.0RC7-alpine
RUN set -eux; \
apk add --no-cache --virtual .build-deps \