diff --git a/apps/stirling-pdf/deployment.yaml b/apps/stirling-pdf/deployment.yaml index befb236..99da8f5 100644 --- a/apps/stirling-pdf/deployment.yaml +++ b/apps/stirling-pdf/deployment.yaml @@ -27,7 +27,7 @@ spec: type: "RuntimeDefault" initContainers: - name: "tesseract" - image: "frooodle/s-pdf:0.32.0" + image: "frooodle/s-pdf:0.36.6" command: - "sh" - "-c" @@ -54,7 +54,7 @@ spec: - mountPath: "/usr/share/tessdata" name: "tessdata" containers: - - image: "frooodle/s-pdf:0.32.0" + - image: "frooodle/s-pdf:0.36.6" name: "stirling-pdf" securityContext: allowPrivilegeEscalation: false