Skip to content

Commit

Permalink
fix(bb/Dockerfile): correct syntax for deps in bb prepare command to …
Browse files Browse the repository at this point in the history
…ensure proper dependency resolution
  • Loading branch information
ccfontes committed Dec 20, 2023
1 parent cb0f4a8 commit 1b95fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/bb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN addgroup --system app && adduser --system --ingroup app app
USER app
WORKDIR $HOME

RUN bb prepare -Sdeps 'prismatic/plumbing {:mvn/version "0.6.0"}'
RUN bb prepare -Sdeps '{:deps {prismatic/plumbing {:mvn/version "0.6.0"}}}'

COPY --chown=app:app index.clj bb.edn lib merge_config.clj ./

Expand Down

0 comments on commit 1b95fc4

Please sign in to comment.