Skip to content

Commit 628dbb1

Browse files
committed
Use redis:5.0.13 as base image
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 7d4bfee commit 628dbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
5959
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
6060
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
6161

62-
BASEIMAGE_PROD ?= redis:6.2.5
63-
BASEIMAGE_DBG ?= redis:6.2.5
62+
BASEIMAGE_PROD ?= redis:5.0.13
63+
BASEIMAGE_DBG ?= redis:5.0.13
6464

6565
IMAGE := $(REGISTRY)/$(BIN)
6666
VERSION_PROD := $(VERSION)

0 commit comments

Comments
 (0)