Skip to content

Commit

Permalink
Bump php from 8.1-apache to 8.3-apache in the non-major group
Browse files Browse the repository at this point in the history
Bumps the non-major group with 1 update: php.


Updates `php` from 8.1-apache to 8.3-apache

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
  dependency-group: non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 4b0ebdf commit 1313dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apache-php8.2.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ADD https://github.com/sabre-io/Baikal/releases/download/$VERSION/baikal-$VERSIO
RUN apk add unzip && unzip -q baikal-$VERSION.zip

# Final Docker image
FROM php:8.2-apache
FROM php:8.3-apache

# Install Baikal and required dependencies
COPY --from=builder --chown=www-data:www-data baikal /var/www/baikal
Expand Down
2 changes: 1 addition & 1 deletion apache.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ADD https://github.com/sabre-io/Baikal/releases/download/$VERSION/baikal-$VERSIO
RUN apk add unzip && unzip -q baikal-$VERSION.zip

# Final Docker image
FROM php:8.1-apache
FROM php:8.3-apache

# Install Baikal and required dependencies
COPY --from=builder --chown=www-data:www-data baikal /var/www/baikal
Expand Down

0 comments on commit 1313dd0

Please sign in to comment.