Skip to content

Commit

Permalink
Merge pull request #124 from KnpLabs/chore/bump-git-version
Browse files Browse the repository at this point in the history
chore: bump git version in dockerfile
  • Loading branch information
ErwannLeRoux authored Jun 4, 2024
2 parents 44777d2 + 2a2ba4b commit 4d435b8
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 4d435b8

Please sign in to comment.