Skip to content

Commit

Permalink
feat: upgraded to PHP v8.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcides Ramos committed May 15, 2024
1 parent 6489dc1 commit 8541ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# STAGE: BASE-IMAGE

FROM php:8.3.4-fpm-alpine AS base-image
FROM php:8.3.7-fpm-alpine AS base-image


# STAGE: COMMON
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Summary

This repository contains a _dockerized_ environment for building PHP applications based on **php:8.3.4-fpm-alpine** with -or without- Caddy support.
This repository contains a _dockerized_ environment for building PHP applications based on **php:8.3.7-fpm-alpine** with -or without- Caddy support.


### Highlights
Expand Down

0 comments on commit 8541ade

Please sign in to comment.