Update all dependencies

This commit is contained in:
2024-09-04 20:49:52 +01:00
parent 180dfd1687
commit 3b2cb3d689
14 changed files with 18 additions and 21 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ RUN go mod download
# Copy the go source
COPY cmd/main.go cmd/main.go
COPY api/ api/
COPY internal/controller/ internal/controller/
COPY internal/ internal/
# Build
# the GOARCH has not a default value to allow the binary be built according to the host where the command