Skip to content

Commit 53338b9

Browse files
committedApr 1, 2023
Upgrade to 1.2.6.6
1 parent 2d71722 commit 53338b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
FROM alpine:3.17
33

4-
ARG VERSION="1.2.6.5"
4+
ARG VERSION="1.2.6.6"
55
ARG DIST_URL="https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/${VERSION}.tar.gz"
66
ARG BUILD_DATE
77
ARG VCS_REF

‎test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ checkUrl "http://${TEST_ADDR}/index.php" -I
3737
checkUrl "http://${TEST_ADDR}/robots.txt" -I
3838
checkUrl "http://${TEST_ADDR}/images/default/logo-small.png" -I | grep -F "Cache-Control: max-age=315360000"
3939

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"
4141
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."
4242

4343
if [ $DID_FAIL -gt 0 ]; then

0 commit comments

Comments
 (0)
Please sign in to comment.