diff --git a/Makefile b/Makefile index c7efc48..ad47e91 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -TAG=v18.1-1 +TAG=v19.0-1 + build: docker build -t bakingbad/sandboxed-node:$(TAG) --build-arg TAG=$(TAG) --progress=plain .