Skip to content

Commit c51e158

Browse files
authored
v6.3.12 (#157)
Minor updates * Using latest base image * Using new /test executable
1 parent 9f12532 commit c51e158

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: Run tests
6060
id: docker_test
6161
run: |
62-
docker run --entrypoint "/usr/bin/env" ${{ env.TEST_TAG }} -i nu -c "use bf test ; test"
62+
docker run --entrypoint /test ${{ env.TEST_TAG }}
6363
-
6464
name: Build and push
6565
id: docker_build

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/nginx:nginx1.26-alpine3.20-6.3.13
1+
FROM ghcr.io/bfren/nginx:nginx1.26-alpine3.20-6.3.14
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-webdav"
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.11
1+
6.3.12

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ docker buildx build \
1212
-t ${TAG} \
1313
. \
1414
&& \
15-
docker run --entrypoint "/usr/bin/env" ${TAG} -i nu -c "use bf test ; test"
15+
docker run --entrypoint /test ${TAG}

0 commit comments

Comments
 (0)