Skip to content

Commit

Permalink
Release v3.1.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Sep 2, 2021
1 parent 5d9287c commit 5cecb64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v3.1.1-1] - 2021-09-02

- Fixup: use correct GROCY_VERSION (v3.1.1) for backend in docker-compose.yml (thank you, @Kritzefitz)

## [v3.1.1-0] - 2021-08-21

- Upgrade to grocy v3.1.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Follow [these instructions](https://docs.docker.com/install/) to get Docker runn
To get started using pre-built [Docker Hub grocy images](https://hub.docker.com/u/grocy), run the following commands:

```sh
export GROCY_IMAGE_TAG=v3.1.1-0
export GROCY_IMAGE_TAG=v3.1.1-1
docker-compose pull
docker-compose up
```
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "grocy-docker",
"version": "3.1.1-0",
"version": "3.1.1-1",
"description": "ERP beyond your fridge - now containerized",
"main": ".",
"scripts": {
"build": "docker-compose build",
"test": "npm run build && npm run test:grocy && npm run test:nginx",
"test:backend": "npx snyk test --docker grocy/backend:v3.1.1-0 --file=Dockerfile-grocy-backend",
"test:frontend": "npx snyk test --docker grocy/frontend:v3.1.1-0 --file=Dockerfile-grocy-frontend"
"test:backend": "npx snyk test --docker grocy/backend:v3.1.1-1 --file=Dockerfile-grocy-backend",
"test:frontend": "npx snyk test --docker grocy/frontend:v3.1.1-1 --file=Dockerfile-grocy-frontend"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5cecb64

Please sign in to comment.