We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf878c commit 7aaf3d1Copy full SHA for 7aaf3d1
rstudio/Makefile
@@ -4,7 +4,7 @@ APP_BIN?=app
4
default: build
5
6
DOCKER_REPO?=gcr.io/uwit-mci-axdd/rttl-rstudio-notebook
7
-DOCKER_TAG?=alpha-1.0
+DOCKER_TAG?=fdf878c
8
9
build:
10
docker build -t $(DOCKER_REPO):latest -t $(DOCKER_REPO):$(DOCKER_TAG) .
0 commit comments