From 733beb5e76ad6850fa530b20854f9daaebe3ed1f Mon Sep 17 00:00:00 2001 From: Patrick Hachicho Date: Tue, 29 Oct 2024 16:47:17 -0400 Subject: [PATCH] test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0ec25f..4c81d5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use the official Golang image to build the binary FROM golang:1.23 AS build ENV CGO_ENABLED=0 - +ARG BINARY_NAME # Set the working directory WORKDIR /app