diff --git a/Dockerfile b/Dockerfile index d16a43b..a343f24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN curl -fsSL https://github.com/mikefarah/yq/releases/latest/download/yq_linu # install humctl (https://github.com/humanitec/cli/releases) RUN mkdir /tmp/humctl && \ - curl -fsSL https://github.com/humanitec/cli/releases/download/v0.23.0/cli_0.23.0_linux_${TARGETARCH}.tar.gz > /tmp/humctl/humctl.tar.gz && \ + curl -fsSL https://github.com/humanitec/cli/releases/download/v0.34.0/cli_0.34.0_linux_${TARGETARCH}.tar.gz > /tmp/humctl/humctl.tar.gz && \ tar -zxvf /tmp/humctl/humctl.tar.gz -C /tmp/humctl && \ install -o root -g root -m 0755 /tmp/humctl/humctl /usr/local/bin/humctl && \ humctl completion bash > /etc/bash_completion.d/humctl && \ diff --git a/tutorials/goldenPaths/goldenPaths.md b/tutorials/goldenPaths/goldenPaths.md index 2fb1ba9..aa392ce 100644 --- a/tutorials/goldenPaths/goldenPaths.md +++ b/tutorials/goldenPaths/goldenPaths.md @@ -42,7 +42,7 @@ Follow the link to the `repository`. > [!IMPORTANT] > It might be that your local DNS configuration is not picking up the domain under which > some links are generated inside the PocketIDP. If that is the case, please edit your -> `/etc/>hosts` file (or Windows equivalent) and map `5min-idp-control-plane` to `127.0.0.1`. +> `/etc/hosts` file (or Windows equivalent) and map `5min-idp-control-plane` to `127.0.0.1`. ### 2. Adding resources @@ -154,9 +154,9 @@ resources: port: 80 ``` -> ![WARNING] -> This path ends **exactly** here, to trigger the next one. Golden paths can -> sometimes be combined/composed elegantly to achieve different outcomes, which is +> [!WARNING] +> This path ends **exactly** here, to trigger the next one. Golden paths can +> sometimes be combined/composed elegantly to achieve different outcomes, which is > what we do in this case. ### 4. Spinning up ephemeral environments