Skip to content

Commit

Permalink
Use mongo:5.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Aug 27, 2021
1 parent cf1ad82 commit fc78e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))

BASEIMAGE_PROD ?= mongo:4.4.6
BASEIMAGE_DBG ?= mongo:4.4.6
BASEIMAGE_PROD ?= mongo:5.0.2
BASEIMAGE_DBG ?= mongo:5.0.2

IMAGE := $(REGISTRY)/$(BIN)
VERSION_PROD := $(VERSION)
Expand Down

0 comments on commit fc78e2f

Please sign in to comment.