Skip to content

Commit

Permalink
Merge branch 'hotfix/v4.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Sep 8, 2024
2 parents 2fe80d1 + a44a49b commit f12304f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TAG=4.1.0
TAG=4.1.1

.PHONY: test dev-server
test:
Expand All @@ -11,8 +11,8 @@ dev-server:

buildx_tag:
docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag ambroisemaupate/intervention-request:$TAG .
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag ambroisemaupate/intervention-request:${TAG} .

buildx_latest:
docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag ambroisemaupate/intervention-request:latest --tag ambroisemaupate/intervention-request:$TAG .
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag ambroisemaupate/intervention-request:latest --tag ambroisemaupate/intervention-request:${TAG} .
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
Intervention Request is now available as a standalone Docker server to use with whatever CMS or language you need.
It declares two volumes: one for your images storage and one for cached files.

- /var/www/html/web/images: you can set it as read-only to prevent any write operation
- /var/www/html/web/assets: you must set it as read-write to allow cache files to be written
- `/var/www/html/web/images`: you can set it as read-only to prevent any write operation
- `/var/www/html/web/assets`: you must set it as read-write to allow cache files to be written

```php
docker pull ambroisemaupate/intervention-request;
Expand Down

0 comments on commit f12304f

Please sign in to comment.