Skip to content

Commit

Permalink
Merge pull request #114 from local-deploy/DL-T-115
Browse files Browse the repository at this point in the history
feat(app): add php8.3 images
  • Loading branch information
varrcan authored Jan 23, 2024
2 parents 99d51c8 + c2b785d commit 7e2c24c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ var phpImagesVersion = map[string]string{
"8.1-fpm": "1.0.5",
"8.2-apache": "1.0.3",
"8.2-fpm": "1.0.3",
"8.3-apache": "1.0.0",
"8.3-fpm": "1.0.0",
}

// LoadEnv Get variables from .env file
Expand Down

0 comments on commit 7e2c24c

Please sign in to comment.