Skip to content

Commit 7e3c947

Browse files
committed
Lock Laravel dependencies
1 parent cc0090b commit 7e3c947

File tree

5 files changed

+7769
-8
lines changed

5 files changed

+7769
-8
lines changed

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.2-cli
22

3-
COPY --from=composer /usr/bin/composer /usr/bin/composer
3+
COPY --from=composer:2.7.9 /usr/bin/composer /usr/bin/composer
44

55
RUN apt-get update && apt-get install -y unzip
66

0 commit comments

Comments
 (0)