Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/local/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | d
# dev-user). `-f` makes an HTTP error a non-zero curl exit instead of piping an error
# page into bash; the `SHELL … pipefail` above makes a failing curl abort the build.
# install.sh itself runs `set -euo pipefail`, so failures inside it abort too.
RUN curl -fsSL https://cli.dailybot.com/install.sh | DAILYBOT_VERSION='>=3.3.0' bash
RUN curl -fsSL https://cli.dailybot.com/install.sh | DAILYBOT_VERSION='>=3.5.1' bash

# Install all Python dev/runtime deps from the repo's lock file.
# This single COPY/RUN pair is the only build cache layer pip touches — it
Expand Down