Skip to content

Commit

Permalink
Merge pull request #16 from PedroTroller/beta
Browse files Browse the repository at this point in the history
feat: release
  • Loading branch information
PedroTroller authored Nov 3, 2020
2 parents d88f232 + 5b54716 commit 0fead2e
Show file tree
Hide file tree
Showing 5 changed files with 796 additions and 268 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branches:
plugins:
-
- '@semantic-release/commit-analyzer'
- preset: conventionnalcommit
- preset: conventionalcommits
- '@semantic-release/release-notes-generator'
- '@semantic-release/github'
-
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM composer:2.0.4 as composer

########################################

FROM php:7.2.0-apache AS prod
FROM php:7.4.12-apache AS prod

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down
Loading

0 comments on commit 0fead2e

Please sign in to comment.