@postgres.ai/shared 4.0.0-pr-1043 → 4.0.0-pr-1044
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -119,7 +119,7 @@ export const postUniqueCustomOptions = (options) => {
|
|
|
119
119
|
};
|
|
120
120
|
export const customOrGenericImage = (dockerImage) => dockerImage === 'Generic Postgres' || dockerImage === 'custom';
|
|
121
121
|
export const createFallbackDockerImage = (dockerPath, dockerTag) => {
|
|
122
|
-
const majorVersion = getImageMajorVersion(dockerPath) || '
|
|
122
|
+
const majorVersion = getImageMajorVersion(dockerPath) || '17'; // Default to 17 if version can't be extracted
|
|
123
123
|
return {
|
|
124
124
|
package_group: 'postgresai',
|
|
125
125
|
pg_major_version: majorVersion,
|