Skip to content

Commit

Permalink
Upgraded to PHP 8.3 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-alexandrov committed May 2, 2024
1 parent f79aeab commit 07e9a4d
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 237 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-cli-alpine as builder
FROM php:8.3-cli-alpine as builder

ARG APP_ENV="production"

Expand All @@ -25,7 +25,7 @@ RUN chmod +x /usr/bin/composer && \



FROM php:8.1-fpm-alpine
FROM php:8.3-fpm-alpine

## Essential: Set the timezone
RUN apk add --no-cache tzdata
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^8.1",
"php": "^8.3",
"ext-exif": "*",
"ext-gd": "*",
"ext-json": "*",
Expand Down

0 comments on commit 07e9a4d

Please sign in to comment.