Skip to content

Commit

Permalink
Update container image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Sep 2, 2020
1 parent 22fd0ad commit c6b3271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2.4'
services:

nginx:
image: "grocy/nginx:v2.7.1-3"
image: "grocy/nginx:v2.7.1-4"
build:
args:
GROCY_VERSION: v2.7.1
Expand All @@ -22,7 +22,7 @@ services:
container_name: nginx

grocy:
image: "grocy/grocy:v2.7.1-3"
image: "grocy/grocy:v2.7.1-4"
build:
args:
GITHUB_API_TOKEN: "${GITHUB_API_TOKEN}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grocy-docker",
"version": "2.7.1-1",
"version": "2.7.1-4",
"description": "ERP beyond your fridge - now containerized",
"main": ".",
"scripts": {
Expand Down

0 comments on commit c6b3271

Please sign in to comment.