Skip to content

Commit

Permalink
Upgrade manifestoo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed May 12, 2022
1 parent 1e01fa1 commit c65c7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN pipx install --pip-args="--no-cache-dir" "git-autoshare>=1.0.0b4"
COPY git-wrapper /usr/local/bin/git

# manifestoo
RUN pipx install --pip-args="--no-cache-dir" "manifestoo>=0.3.1"
RUN pipx install --pip-args="--no-cache-dir" "manifestoo>=0.4.0"

# create gitlab-runner user, and do the rest of config using that user
RUN useradd --shell /bin/bash -m gitlab-runner -c ""
Expand Down

0 comments on commit c65c7cc

Please sign in to comment.