Skip to content

Commit 96410d1

Browse files
committed
Remove more 9.2 references
1 parent 195fd83 commit 96410d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

update.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ fi
1010
versions=( "${versions[@]%/}" )
1111

1212
declare -A debianSuite=(
13-
[9.2]='jessie'
1413
[9.3]='jessie'
1514
[9.4]='jessie'
1615
[9.5]='jessie'
1716
[9.6]='jessie'
1817
[10]='stretch'
1918
)
2019
declare -A alpineVersion=(
21-
[9.2]='3.5'
2220
[9.3]='3.5'
2321
[9.4]='3.5'
2422
[9.5]='3.5'
@@ -87,9 +85,9 @@ for version in "${versions[@]}"; do
8785
sed -ri 's/(\s+perl)(\s+)/\1-utils\2/' "$version/$variant/Dockerfile"
8886
fi
8987

90-
# TODO remove all this when 9.2 and 9.3 are EOL (2017-10-01 and 2018-10-01 -- from http://www.postgresql.org/support/versioning/)
88+
# TODO remove all this when 9.3 is EOL (2018-10-01 -- from http://www.postgresql.org/support/versioning/)
9189
case "$version" in
92-
9.2|9.3)
90+
9.3)
9391
uuidConfigFlag='--with-ossp-uuid'
9492
sed -i \
9593
-e 's/%%OSSP_UUID_ENV_VARS%%/ENV OSSP_UUID_VERSION '"$osspUuidVersion"'\nENV OSSP_UUID_SHA256 '"$osspUuidHash"'\n/' \

0 commit comments

Comments
 (0)