Skip to content

Commit

Permalink
Release v3.0.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Dec 22, 2020
1 parent fba0c34 commit 7cb7aa8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build pod grocy nginx

GROCY_VERSION = v2.7.1
GROCY_VERSION = v3.0.0
IMAGE_COMMIT := $(shell git rev-parse --short HEAD)
IMAGE_TAG := $(strip $(if $(shell git status --porcelain --untracked-files=no), "${IMAGE_COMMIT}-dirty", "${IMAGE_COMMIT}"))

Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ version: '2.4'
services:

nginx:
image: "grocy/nginx:v2.7.1-5"
image: "grocy/nginx:v3.0.0-1"
build:
args:
GROCY_VERSION: v2.7.1
GROCY_VERSION: v3.0.0
context: .
dockerfile: Dockerfile-grocy-nginx
depends_on:
Expand All @@ -22,11 +22,11 @@ services:
container_name: nginx

grocy:
image: "grocy/grocy:v2.7.1-5"
image: "grocy/grocy:v3.0.0-1"
build:
args:
GITHUB_API_TOKEN: "${GITHUB_API_TOKEN}"
GROCY_VERSION: v2.7.1
GROCY_VERSION: v3.0.0
context: .
dockerfile: Dockerfile-grocy
expose:
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-5",
"version": "3.0.0-1",
"description": "ERP beyond your fridge - now containerized",
"main": ".",
"scripts": {
Expand Down

0 comments on commit 7cb7aa8

Please sign in to comment.