Skip to content

Commit

Permalink
Merge pull request #202 from codecrafters-io/fix-php-issue
Browse files Browse the repository at this point in the history
Update PHP base image to php:8.3-cli-alpine3.19
  • Loading branch information
rohitpaulk committed May 23, 2024
2 parents 2acbc5a + 9cf8d00 commit 1113e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/php-8.3.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-cli-alpine
FROM php:8.3-cli-alpine3.19

# For ext-sockets installation in php8.3
RUN apk add --no-cache linux-headers=6.5-r0
Expand Down

0 comments on commit 1113e98

Please sign in to comment.