Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit fa94a2e

Browse files
authored
Merge pull request #221 from grocy/upgrades/grocy-4.0.2
Update to grocy v4.0.2
2 parents 7438ad7 + 8e389bb commit fa94a2e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: build run pod manifest manifest-create %-backend %-frontend
22

3-
GROCY_VERSION = v4.0.1
3+
GROCY_VERSION = v4.0.2
44
IMAGE_TAG ?= $(shell git describe --tags --match 'v*' --dirty)
55

66
IMAGE_PREFIX ?= docker.io/grocy

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ version: '2.4'
33
services:
44

55
frontend:
6-
image: "grocy/frontend:v4.0.1"
6+
image: "grocy/frontend:v4.0.2"
77
build:
88
args:
9-
GROCY_VERSION: v4.0.1
9+
GROCY_VERSION: v4.0.2
1010
PLATFORM: linux/amd64
1111
context: .
1212
dockerfile: Containerfile-frontend
@@ -20,10 +20,10 @@ services:
2020
restart: unless-stopped
2121

2222
backend:
23-
image: "grocy/backend:v4.0.1"
23+
image: "grocy/backend:v4.0.2"
2424
build:
2525
args:
26-
GROCY_VERSION: v4.0.1
26+
GROCY_VERSION: v4.0.2
2727
PLATFORM: linux/amd64
2828
context: .
2929
dockerfile: Containerfile-backend

0 commit comments

Comments
 (0)