Skip to content

Commit 7dcc886

Browse files
committed
Bump prod docker image to php 8.4
1 parent 434e656 commit 7dcc886

File tree

4 files changed

+385
-439
lines changed

4 files changed

+385
-439
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN git clone --depth 1 --branch v5 https://github.com/bar-assistant/data.git .
88

99
RUN rm -r .git
1010

11-
FROM serversideup/php:8.3-fpm-nginx AS php-base
11+
FROM serversideup/php:8.4-fpm-nginx AS php-base
1212

1313
LABEL org.opencontainers.image.source="https://github.com/karlomikus/bar-assistant"
1414
LABEL org.opencontainers.image.description="Bar assistant is a all-in-one solution for managing your home bar"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"license": "MIT",
33
"require": {
4-
"php": "^8.2.0",
4+
"php": "^8.3.0",
55
"brick/money": "^0.9.0",
66
"guzzlehttp/guzzle": "^7.2",
77
"http-interop/http-factory-guzzle": "^1.2",

0 commit comments

Comments
 (0)