We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba83a8a commit 36f0d52Copy full SHA for 36f0d52
image_mappings.sh
@@ -3,7 +3,7 @@ IMAGE_NAME="geschke/php-fpm-swrm"
3
4
# Define an associative array that maps directory names to image tags
5
declare -A images=(
6
- ["ubuntu-22.04"]="v8.1-fpm"
7
- ["ubuntu-22.04-sury-8.2"]="v8.2-fpm-ubuntu22.04-sury"
+ ["ubuntu-22.04"]="8.1-fpm"
+ ["ubuntu-22.04-sury-8.2"]="8.2-fpm-ubuntu22.04-sury"
8
9
)
0 commit comments