Skip to content

Commit 7004674

Browse files
authored
Modifies composer.dockerfile to hard code version 2
1 parent 6c489d5 commit 7004674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM composer:latest
1+
FROM composer:2
22

33
RUN addgroup -g 1000 laravel && adduser -G laravel -g laravel -s /bin/sh -D laravel
44

5-
WORKDIR /var/www/html
5+
WORKDIR /var/www/html

0 commit comments

Comments
 (0)