Skip to content

Commit

Permalink
Merge pull request #262 from gotoeveryone/fix/#965
Browse files Browse the repository at this point in the history
merges #965
  • Loading branch information
gotoeveryone committed Sep 20, 2021
2 parents c72c20b + fa45977 commit 7483f87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
@@ -1,7 +1,7 @@
version: '3'
services:
backend:
image: gotoeveryone/composer-php:7.4
image: ghcr.io/gotoeveryone/composer-php:7.4
volumes:
- ./:/src
- vendor:/src/vendor
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"@types/pikaday": "^1.6.5",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"axios": "^0.21.2",
"axios": "^0.21.4",
"css-loader": "^6.2.0",
"dayjs": "^1.10.4",
"eslint": "^7.32.0",
Expand Down

0 comments on commit 7483f87

Please sign in to comment.