diff --git a/Dockerfile b/Dockerfile index 742c676..5478f3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ RUN make build FROM debian:bookworm-slim WORKDIR /app -ENV SOPS_VERSION=v3.7.3 -ADD --chmod=755 https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux /usr/local/bin/sops +ENV SOPS_VERSION=v3.8.1 +ADD --chmod=755 https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64 /usr/local/bin/sops COPY --from=builder /app/.bin/tenant-controller /app COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ diff --git a/examples/configs/config.yaml b/examples/configs/config.yaml index 1a42118..868181f 100644 --- a/examples/configs/config.yaml +++ b/examples/configs/config.yaml @@ -8,6 +8,7 @@ azure: clerk: jwks_url: webhook_secret: + secretKey: git: repository: https://github.com/flanksource/sass-dev user: flankbot