Skip to content

Commit dacda08

Browse files
authored
Merge pull request #144 from TimWolla/remove-2.1
Remove EOL 2.1
2 parents 02a4f51 + c942740 commit dacda08

File tree

5 files changed

+1
-208
lines changed

5 files changed

+1
-208
lines changed

2.1/Dockerfile

Lines changed: 0 additions & 91 deletions
This file was deleted.

2.1/alpine/Dockerfile

Lines changed: 0 additions & 82 deletions
This file was deleted.

2.1/alpine/docker-entrypoint.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

2.1/docker-entrypoint.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ for version in "${versions[@]}"; do
7373
'
7474
fi
7575
case "$version" in
76-
1.* | 2.0 | 2.1 | 2.2 | 2.3)
76+
1.* | 2.0 | 2.2 | 2.3)
7777
# backwards compatibility (to try to avoid breaking existing users)
7878
sedExpr+='
7979
/^USER /d

0 commit comments

Comments
 (0)