File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
FROM alpine:3.17
3
3
4
- ARG VERSION="1.2.6.5 "
4
+ ARG VERSION="1.2.6.6 "
5
5
ARG DIST_URL="https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/${VERSION}.tar.gz"
6
6
ARG BUILD_DATE
7
7
ARG VCS_REF
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ checkUrl "http://${TEST_ADDR}/index.php" -I
37
37
checkUrl " http://${TEST_ADDR} /robots.txt" -I
38
38
checkUrl " http://${TEST_ADDR} /images/default/logo-small.png" -I | grep -F " Cache-Control: max-age=315360000"
39
39
40
- checkUrl " http://${TEST_ADDR} /index.php" | grep -q -F " 1.2.6.5 "
40
+ checkUrl " http://${TEST_ADDR} /index.php" | grep -q -F " 1.2.6.6 "
41
41
checkUrl " http://${TEST_ADDR} /cmd.php" " form" " cmd=login&server_id=1&nodecode%5Blogin_pass%5D=1&login=cn%3Dadmin%2Cdc%3Dexample%2Cdc%3Dorg&login_pass=ldapadminpass&submit=Authenticate" | grep -q -F " Successfully logged into server."
42
42
43
43
if [ $DID_FAIL -gt 0 ]; then
You can’t perform that action at this time.
0 commit comments