Skip to content

Commit 7aaf3d1

Browse files
committed
updated docker tag with commit hash
1 parent fdf878c commit 7aaf3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rstudio/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ APP_BIN?=app
44
default: build
55

66
DOCKER_REPO?=gcr.io/uwit-mci-axdd/rttl-rstudio-notebook
7-
DOCKER_TAG?=alpha-1.0
7+
DOCKER_TAG?=fdf878c
88

99
build:
1010
docker build -t $(DOCKER_REPO):latest -t $(DOCKER_REPO):$(DOCKER_TAG) .

0 commit comments

Comments
 (0)