From 5e3a9b85d84c0c829fbb899184f819eafe42ce7c Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 8 Sep 2022 09:28:38 -0300 Subject: [PATCH] Changed default build to latest --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4956e7a..b8c42fa 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ #!/bin/sh -docker build -f Dockerfile -t setsoft/kicad_auto:11.3-5.1.9 . +docker build -f Dockerfile -t setsoft/kicad_auto:latest .