Skip to content

Commit

Permalink
Merge pull request mautic#13400 from ajitdev/gitpod_build_failure_fix…
Browse files Browse the repository at this point in the history
…_5_0

Fixed gitpod installation for Mautic 5.0.
  • Loading branch information
mollux authored Feb 18, 2024
2 parents 575f797 + 1507aeb commit 818a27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN curl -fsSL https://pkg.ddev.com/apt/gpg.key | gpg --dearmor | sudo tee /etc/
RUN echo "deb [signed-by=/etc/apt/trusted.gpg.d/ddev.gpg] https://pkg.ddev.com/apt/ * *" | sudo tee /etc/apt/sources.list.d/ddev.list >/dev/null

# Update package information and install DDEV
RUN sudo apt update && sudo apt install -y ddev=1.21.6
RUN sudo apt update && sudo apt install -y ddev=1.22.7

0 comments on commit 818a27b

Please sign in to comment.