Skip to content

Commit 0da5c06

Browse files
server: use latest sambacc hash
This has improvements around logging and better dns-reg behavior wrt ctdb enabled instances. Signed-off-by: John Mulligan <[email protected]>
1 parent 05db25f commit 0da5c06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/server/Dockerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM quay.io/samba.org/sambacc:latest AS builder
2-
ARG SAMBACC_VER=f6480c5861a56ef9d1ebb965aebb14732ec2690c
2+
ARG SAMBACC_VER=fd747527ed86d01821c4a3b72f1c4f893bb1ca36
33
ARG SAMBACC_REPO=https://github.com/samba-in-kubernetes/sambacc
44

55
# the changeset hash on the next line ensures we get a specifc

images/server/Dockerfile.nightly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM quay.io/samba.org/sambacc:latest AS builder
2-
ARG SAMBACC_VER=f6480c5861a56ef9d1ebb965aebb14732ec2690c
2+
ARG SAMBACC_VER=fd747527ed86d01821c4a3b72f1c4f893bb1ca36
33
ARG SAMBACC_REPO=https://github.com/samba-in-kubernetes/sambacc
44

55
# the changeset hash on the next line ensures we get a specifc

0 commit comments

Comments
 (0)