Skip to content

Commit

Permalink
Dockerfile(deps): Bump sourcegraph/src-cli from 5.2.0 to 5.2.1
Browse files Browse the repository at this point in the history
Bumps sourcegraph/src-cli from 5.2.0 to 5.2.1.

---
updated-dependencies:
- dependency-name: sourcegraph/src-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and davidrjenni committed Nov 9, 2023
1 parent 2b0ab11 commit ab7f551
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 @@ -4,7 +4,7 @@ COPY composer.json /app/
COPY composer.lock /app/
RUN composer install --no-dev --no-progress --no-interaction

FROM sourcegraph/src-cli:5.2.0@sha256:52924bb68cb2324cb20e7f2d91fd8fab94d0587cb8bd064066e07b63eca7d3ba AS src-cli
FROM sourcegraph/src-cli:5.2.1@sha256:74538d7652ed3022ad390f9c8a851b95ce2117240b0599e40903162e0f42577b AS src-cli

FROM php:8.2-cli-alpine3.17@sha256:8dad04893fc1ad3f2b76578015bb31caab9e51bc3d05b0d836b2d9a886a9387b

Expand Down

0 comments on commit ab7f551

Please sign in to comment.