Skip to content

Commit 1dd6842

Browse files
authored
Merge pull request #1 from WilsonSant/update_php
fix: Update PHP in DockerFile from 8.1 to 8.3
2 parents a1f5ed1 + 0389ab9 commit 1dd6842

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-fpm
1+
FROM php:8.3-fpm
22

33
RUN apt-get update && \
44
apt-get upgrade -y && \

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
}
2222
},
2323
"scripts": {
24+
"dev": "vendor/bin/phel run src/main.phel",
2425
"build": "vendor/bin/phel build --no-cache",
2526
"format": "vendor/bin/phel format",
2627
"test": "vendor/bin/phel test"

0 commit comments

Comments
 (0)