Skip to content

Commit 6a9c831

Browse files
committed
release: use samba-server tag v0.6
Signed-off-by: Shachar Sharon <[email protected]>
1 parent d803cfe commit 6a9c831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} GO111MODULE=on \
2323
-o smbmetrics cmd/main.go
2424

2525
# Use samba-server (with its smb.conf and samba utils) as base image
26-
FROM quay.io/samba.org/samba-server:v0.5
26+
FROM quay.io/samba.org/samba-server:v0.6
2727
COPY --from=builder /workspace/smbmetrics /bin/smbmetrics
2828

2929
ENTRYPOINT ["/bin/smbmetrics"]

0 commit comments

Comments
 (0)