Commit 59e0528 1 parent 6eab783 commit 59e0528 Copy full SHA for 59e0528
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
5
- FROM php:8.2 -cli as base
5
+ FROM php:8.3 -cli as base
6
6
7
7
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
8
8
RUN chmod +x /usr/local/bin/install-php-extensions \
@@ -17,7 +17,7 @@ CMD php public/index.php
17
17
USER www-data
18
18
EXPOSE ${QUOTE_SERVICE_PORT}
19
19
20
- FROM composer:2.6 AS vendor
20
+ FROM composer:2.7 AS vendor
21
21
22
22
WORKDIR /tmp/
23
23
COPY ./src/quoteservice/composer.json .
Original file line number Diff line number Diff line change 3
3
"description" : " Quote Service part of OpenTelemetry Demo" ,
4
4
"license" : " Apache-2.0" ,
5
5
"require" : {
6
- "php" : " >= 8.2 " ,
6
+ "php" : " >= 8.3 " ,
7
7
"ext-json" : " *" ,
8
8
"ext-pcntl" : " *" ,
9
9
"monolog/monolog" : " 3.5.0" ,
10
- "open-telemetry/api" : " 1.0.0 " ,
11
- "open-telemetry/sdk" : " 1.0.0 " ,
12
- "open-telemetry/exporter-otlp" : " 1.0.0 " ,
13
- "open-telemetry/opentelemetry-auto-slim" : " 1.0.0 " ,
10
+ "open-telemetry/api" : " 1.0.3 " ,
11
+ "open-telemetry/sdk" : " 1.0.8 " ,
12
+ "open-telemetry/exporter-otlp" : " 1.0.3 " ,
13
+ "open-telemetry/opentelemetry-auto-slim" : " 1.0.4 " ,
14
14
"open-telemetry/detector-container" : " 1.0.0" ,
15
15
"open-telemetry/opentelemetry-logger-monolog" : " 1.0.0" ,
16
- "guzzlehttp/guzzle" : " 7.8.0 " ,
16
+ "guzzlehttp/guzzle" : " 7.8.1 " ,
17
17
"php-di/php-di" : " 7.0.6" ,
18
18
"php-di/slim-bridge" : " 3.4.0" ,
19
19
"php-http/guzzle7-adapter" : " 1.0.0" ,
You can’t perform that action at this time.
0 commit comments