Skip to content

Commit

Permalink
Merge pull request #18 from jimmylevell/dependabot/docker/php-8.3-apache
Browse files Browse the repository at this point in the history
Bump php from 8.2-apache to 8.3-apache
  • Loading branch information
jimmylevell authored Dec 6, 2023
2 parents f4d139c + dd6c33e commit 273b439
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,7 +1,7 @@
###############################################################################################
# theflashback - BASE
###############################################################################################
FROM php:8.2-apache as theflashback-base
FROM php:8.3-apache as theflashback-base

WORKDIR /usr/share/nginx/html

Expand Down

0 comments on commit 273b439

Please sign in to comment.