Skip to content

Commit

Permalink
Bump php from 8.3.4-apache to 8.3.6-apache (#310)
Browse files Browse the repository at this point in the history
Bumps php from 8.3.4-apache to 8.3.6-apache.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent 1eac86e commit c6356eb
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 @@ -6,7 +6,7 @@ COPY ./composer.lock /app

RUN composer install --no-dev

FROM php:8.3.4-apache
FROM php:8.3.6-apache
RUN apt update\
&& apt install wget\
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit c6356eb

Please sign in to comment.