mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Drop php 7.4 on Docker (#300)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM php:7.4-cli
|
FROM php:8.0-cli
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y git libzip-dev zip
|
RUN apt-get install -y git libzip-dev zip
|
||||||
|
|||||||
Reference in New Issue
Block a user