diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 02f5ddc..4aaceda 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -59,7 +59,7 @@ jobs: name: Run tests id: docker_test run: | - docker run --entrypoint "/usr/bin/env" ${{ env.TEST_TAG }} -i nu -c "use bf test ; test" + docker run --entrypoint /test ${{ env.TEST_TAG }} - name: Build and push id: docker_build diff --git a/Dockerfile b/Dockerfile index 9677932..32fdc08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx:nginx1.26-alpine3.20-6.3.13 +FROM ghcr.io/bfren/nginx:nginx1.26-alpine3.20-6.3.14 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-webdav" diff --git a/VERSION b/VERSION index 50eb943..2712a2c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.11 \ No newline at end of file +6.3.12 \ No newline at end of file diff --git a/test.sh b/test.sh index 0d590a5..d030b57 100644 --- a/test.sh +++ b/test.sh @@ -12,4 +12,4 @@ docker buildx build \ -t ${TAG} \ . \ && \ - docker run --entrypoint "/usr/bin/env" ${TAG} -i nu -c "use bf test ; test" + docker run --entrypoint /test ${TAG}