From 8e15ef78db04d3bfe246d428992f3733a466af66 Mon Sep 17 00:00:00 2001 From: Michael Zaikin Date: Tue, 13 Jun 2023 00:36:49 +0300 Subject: [PATCH] Bump to v17.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19c78ae..ff6ada1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TAG=v16.0-2 +TAG=v17.0-1 build: docker build -t bakingbad/sandboxed-node:$(TAG) --build-arg TAG=$(TAG) .