Skip to content

Commit 0e8af2b

Browse files
spuiukphlogistonjohn
authored andcommitted
server: Update checkout hash for the sambacc repo
When building the server image, the git hash for the sambacc repo is incorrectly set to an old commit. As a result, the server image on quay.io/samba.org/samba-server:latest contains an old outdated version of sambacc. Use the latest commit hash instead when building the server images. Signed-off-by: Sachin Prabhu <[email protected]>
1 parent 77a5104 commit 0e8af2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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=b279787f9550
2+
ARG SAMBACC_VER=f6480c5861a56ef9d1ebb965aebb14732ec2690c
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)