Skip to content

Commit 1ff34b8

Browse files
committed
Updating quote service
1 parent 849e30c commit 1ff34b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quoteservice/Dockerfile

+1-1
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.3-cli as base
5+
FROM registry.ddbuild.io/images/mirror/php:8.2-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 \

0 commit comments

Comments
 (0)