Skip to content
Snippets Groups Projects
Commit 0e10fe29 authored by Elliott Shugerman's avatar Elliott Shugerman
Browse files

use alpine 3.11 for pg 12

parent d6a76104
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ declare -A arr
arr[9]=3.6
arr[10]=3.8
arr[11]=3.10
arr[12]=edge
arr[12]=3.11
for i in "${!arr[@]}"; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment