We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f260aa commit 790d793Copy full SHA for 790d793
Dockerfile
@@ -0,0 +1,9 @@
1
+FROM docker.io/library/golang:1.18 as builder
2
+
3
+COPY / /nosprintfhostport
4
+WORKDIR /nosprintfhostport
5
+RUN CGO_ENABLED=0 make
6
7
+FROM docker.io/library/golang:1.18
8
+COPY --from=builder /nosprintfhostport/nosprintfhostport /usr/bin/
9
+CMD ["nosprintfhostport"]
0 commit comments