We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434e656 commit 7dcc886Copy full SHA for 7dcc886
Dockerfile
@@ -8,7 +8,7 @@ RUN git clone --depth 1 --branch v5 https://github.com/bar-assistant/data.git .
8
9
RUN rm -r .git
10
11
-FROM serversideup/php:8.3-fpm-nginx AS php-base
+FROM serversideup/php:8.4-fpm-nginx AS php-base
12
13
LABEL org.opencontainers.image.source="https://github.com/karlomikus/bar-assistant"
14
LABEL org.opencontainers.image.description="Bar assistant is a all-in-one solution for managing your home bar"
composer.json
@@ -1,7 +1,7 @@
1
{
2
"license": "MIT",
3
"require": {
4
- "php": "^8.2.0",
+ "php": "^8.3.0",
5
"brick/money": "^0.9.0",
6
"guzzlehttp/guzzle": "^7.2",
7
"http-interop/http-factory-guzzle": "^1.2",
0 commit comments