Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
Release v3.1.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Dec 15, 2021
1 parent 5e58f1b commit 05a3142
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [v3.1.3-1] - 2021-12-15

- Add continuous integration support for multi-architecture container builds
- Rebuild container images with Alpine 3.15.0
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.3-0
export GROCY_IMAGE_TAG=v3.1.3-1
docker-compose pull
docker-compose up
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

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.3-0",
"version": "3.1.3-1",
"description": "ERP beyond your fridge - now containerized",
"main": ".",
"scripts": {
"build": "docker-compose build",
"test": "npm run build && npm run test:backend && npm run test:frontend",
"test:backend": "npx snyk test --docker grocy/backend:v3.1.3-0 --file=Dockerfile-grocy-backend",
"test:frontend": "npx snyk test --docker grocy/frontend:v3.1.3-0 --file=Dockerfile-grocy-frontend"
"test:backend": "npx snyk test --docker grocy/backend:v3.1.3-1 --file=Dockerfile-grocy-backend",
"test:frontend": "npx snyk test --docker grocy/frontend:v3.1.3-1 --file=Dockerfile-grocy-frontend"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 05a3142

Please sign in to comment.