diff --git a/src/components/Install/index.tsx b/src/components/Install/index.tsx index 1ba4571b99c..9fae09f1c92 100644 --- a/src/components/Install/index.tsx +++ b/src/components/Install/index.tsx @@ -7,7 +7,7 @@ import { buttonStyle, buttonLocation } from '../../data/tracking' import { ReactComponent as CopyIcon } from './copyIcon.svg' const installText = - 'docker run --publish 7080:7080 --publish 127.0.0.1:3370:3370 --rm --volume ~/.sourcegraph/config:/etc/sourcegraph --volume ~/.sourcegraph/data:/var/opt/sourcegraph sourcegraph/server:4.4.1' + 'docker run --publish 7080:7080 --publish 127.0.0.1:3370:3370 --rm --volume ~/.sourcegraph/config:/etc/sourcegraph --volume ~/.sourcegraph/data:/var/opt/sourcegraph sourcegraph/server:4.4.2' export const Install: FunctionComponent = () => { const [copied, setCopied] = useState(false)