Skip to content

Commit

Permalink
build(deps): bump php from 8.1-apache to 8.3-apache (#2)
Browse files Browse the repository at this point in the history
Bumps php from 8.1-apache to 8.3-apache.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Colin Hutchinson <[email protected]>
  • Loading branch information
dependabot[bot] and hutchic authored Feb 9, 2024
1 parent 7fbbd62 commit de06464
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
@@ -1,5 +1,5 @@
# Use an official PHP image with Apache
FROM php:8.1-apache
FROM php:8.3-apache

# Arguments to be passed at build time
ARG UID=1000
Expand Down

0 comments on commit de06464

Please sign in to comment.