Skip to content

Commit

Permalink
build from featheredtoast-main
Browse files Browse the repository at this point in the history
  • Loading branch information
featheredtoast committed Nov 11, 2024
1 parent fee38bc commit b8c35a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frmcompanion/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang AS builder
WORKDIR /usr/src/
ENV GOOS=linux GARCH=amd64 CGO_ENABLED=0
RUN /usr/bin/git clone --depth 1 -b fix-mem-leak https://github.com/featheredtoast/FicsitRemoteMonitoringCompanion.git . &&\
RUN /usr/bin/git clone --depth 1 -b featheredtoast-main https://github.com/featheredtoast/FicsitRemoteMonitoringCompanion.git . &&\
cd Companion &&\
/usr/local/go/bin/go build -o bin/companion main.go

Expand Down

0 comments on commit b8c35a6

Please sign in to comment.