Skip to content

Commit

Permalink
Use the lowest supported php version in Dockerfile (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
aivchen authored Jan 12, 2024
1 parent a5ea188 commit 1f38048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/phpcli/7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4.15-cli-buster
FROM php:7.1-cli-buster

RUN apt -y update && apt -y upgrade
RUN apt -y install figlet git zip unzip
Expand Down

0 comments on commit 1f38048

Please sign in to comment.