Skip to content

Commit 3d6ee14

Browse files
committed
FIxing quote service image nuber
1 parent e5e5a23 commit 3d6ee14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/quoteservice/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44

5-
FROM registry.ddbuild.io/images/mirror/php:8.2-cli as base
5+
FROM registry.ddbuild.io/images/mirror/php:8.3-cli as base
66

77
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
88
RUN chmod +x /usr/local/bin/install-php-extensions \
@@ -17,7 +17,7 @@ CMD php public/index.php
1717
USER www-data
1818
EXPOSE ${QUOTE_SERVICE_PORT}
1919

20-
FROM registry.ddbuild.io/images/mirror/composer:2.7 AS vendor
20+
FROM registry.ddbuild.io/images/mirror/composer:2.6 AS vendor
2121

2222
WORKDIR /tmp/
2323
COPY ./src/quoteservice/composer.json .

0 commit comments

Comments
 (0)