We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d803cfe commit 6a9c831Copy full SHA for 6a9c831
Dockerfile
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} GO111MODULE=on \
23
-o smbmetrics cmd/main.go
24
25
# Use samba-server (with its smb.conf and samba utils) as base image
26
-FROM quay.io/samba.org/samba-server:v0.5
+FROM quay.io/samba.org/samba-server:v0.6
27
COPY --from=builder /workspace/smbmetrics /bin/smbmetrics
28
29
ENTRYPOINT ["/bin/smbmetrics"]
0 commit comments