Skip to content

Commit

Permalink
release: use samba-server tag v0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Shachar Sharon <[email protected]>
  • Loading branch information
synarete committed Nov 27, 2024
1 parent d803cfe commit 6a9c831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} GO111MODULE=on \
-o smbmetrics cmd/main.go

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

ENTRYPOINT ["/bin/smbmetrics"]
Expand Down

0 comments on commit 6a9c831

Please sign in to comment.