Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 89d6e76 commit f11daad
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.1.0@sha256:c7e4865c65623aba97fd031d3f6dc6ac15478e88fd8a6092029bb13d77117f47 AS src-cli
FROM sourcegraph/src-cli:5.2.0@sha256:52924bb68cb2324cb20e7f2d91fd8fab94d0587cb8bd064066e07b63eca7d3ba AS src-cli

FROM php:8.2-cli-alpine3.17@sha256:71f45d57cef850a8da957925b86d163130ffaee26307d47d3054d2d3f89bbbd1

Expand Down

0 comments on commit f11daad

Please sign in to comment.