Skip to content

Commit

Permalink
build(deps): bump php from 8.3.3-alpine3.18 to 8.3.4-alpine3.18
Browse files Browse the repository at this point in the history
Bumps php from 8.3.3-alpine3.18 to 8.3.4-alpine3.18.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 9070dc9 commit fadb604
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 @@ -8,7 +8,7 @@ WORKDIR /opt/ghsec-jira
RUN composer install --prefer-dist --no-dev

# -----------------
FROM php:8.3.3-alpine3.18@sha256:923f550b2f366561f6f2a5a08e8dd9d6d8be2bfe7abc2598549a6b91f95d6abd
FROM php:8.3.4-alpine3.18@sha256:9c334e1fa29715eb6640ee98233ff25130803dc975f187550990c5198c4f8cf3

COPY --from=build-env /opt/ghsec-jira/ /opt/ghsec-jira/

Expand Down

0 comments on commit fadb604

Please sign in to comment.