test drone
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2026-04-12 09:58:31 +02:00
parent e4ec84ea31
commit 8e215b2574
-1
View File
@@ -66,7 +66,6 @@ ARG TARGETOS=linux
ARG VERSION=dev
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags "-X main.version=${VERSION}" -a -installsuffix nocgo -o minitor .
FROM alpine:3.23
RUN mkdir /app
WORKDIR /app/