Skip to content

Commit 3875510

Browse files
committed
update docker image used to php:8.1-cli
1 parent 9a80ad3 commit 3875510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM php:7.4-cli
2+
FROM php:8.1-cli
33

44
RUN apt-get update -y && apt-get install -y --no-install-recommends \
55
libzip-dev libbz2-dev && \

0 commit comments

Comments
 (0)