Skip to content

Commit

Permalink
chore: bump git version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGonzalez committed May 31, 2024
1 parent 44777d2 commit 2a2ba4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY --from=composer /usr/bin/composer /usr/bin/composer

RUN apk add --no-cache \
bash==5.2.21-r0 \
git==2.43.0-r0 \
git==2.43.4-r0 \
icu-dev==74.1-r0

RUN mkdir -p /usr/src/app \
Expand Down
3 changes: 0 additions & 3 deletions src/Entity/Species.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ public function __construct(
private array $habitats,
private string $feeding,
) {
$this->name = $name;
$this->habitats = $habitats;
$this->feeding = $feeding;
$this->dinosaurs = new ArrayCollection();
}

Expand Down

0 comments on commit 2a2ba4b

Please sign in to comment.