Skip to content

Commit c3bc947

Browse files
committed
docker: switch to stable tag
1 parent 3483adf commit c3bc947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Makefile related to docker
22

33
DOCKER_IMAGE ?= aswild/gitea
4-
DOCKER_TAG ?= latest
4+
DOCKER_TAG ?= stable
55
DOCKER_REF := $(DOCKER_IMAGE):$(DOCKER_TAG)
66

77
ifeq ($(C),0)

0 commit comments

Comments
 (0)