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

Commit

Permalink
Update to grocy v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Aug 7, 2023
1 parent c79030b commit a109916
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build run pod manifest manifest-create %-backend %-frontend

GROCY_VERSION = v4.0.0
GROCY_VERSION = v4.0.1
IMAGE_TAG ?= $(shell git describe --tags --match 'v*' --dirty)

IMAGE_PREFIX ?= docker.io/grocy
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:

frontend:
image: "grocy/frontend:v4.0.0"
image: "grocy/frontend:v4.0.1"
build:
args:
GROCY_VERSION: v4.0.0
GROCY_VERSION: v4.0.1
PLATFORM: linux/amd64
context: .
dockerfile: Containerfile-frontend
Expand All @@ -20,10 +20,10 @@ services:
restart: unless-stopped

backend:
image: "grocy/backend:v4.0.0"
image: "grocy/backend:v4.0.1"
build:
args:
GROCY_VERSION: v4.0.0
GROCY_VERSION: v4.0.1
PLATFORM: linux/amd64
context: .
dockerfile: Containerfile-backend
Expand Down

0 comments on commit a109916

Please sign in to comment.