Skip to content

Commit

Permalink
Merge pull request #98 from local-deploy/DL-T-85
Browse files Browse the repository at this point in the history
feat(images): update docker images
  • Loading branch information
varrcan authored Aug 30, 2023
2 parents db30952 + d96ebe4 commit dd42645
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ var phpImagesVersion = map[string]string{
"7.3-fpm": "1.0.3",
"7.4-apache": "1.0.6",
"7.4-fpm": "1.0.3",
"8.0-apache": "1.0.5",
"8.0-fpm": "1.0.4",
"8.1-apache": "1.0.4",
"8.1-fpm": "1.0.3",
"8.2-apache": "1.0.1",
"8.2-fpm": "1.0.1",
"8.0-apache": "1.0.6",
"8.0-fpm": "1.0.5",
"8.1-apache": "1.0.6",
"8.1-fpm": "1.0.5",
"8.2-apache": "1.0.3",
"8.2-fpm": "1.0.3",
}

// LoadEnv Get variables from .env file
Expand Down

0 comments on commit dd42645

Please sign in to comment.