diff --git a/Dockerfile b/Dockerfile index 3e0e2c8..b7cf2ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16 +FROM alpine:latest ENV USER=borg ENV UID=1000 diff --git a/build.sh b/build.sh index 8c35e70..8b03c2e 100755 --- a/build.sh +++ b/build.sh @@ -25,11 +25,11 @@ case "$1" in run_docker_container ;; build) - build_docker_image "1.2.0" + build_docker_image "latest" ;; upload) - build_docker_image "1.2.0" - docker push "$DOCKER_IMAGE_NAME:1.2.0" + build_docker_image "latest" + docker push "$DOCKER_IMAGE_NAME:latest" ;; *) echo "Usage: $0 {run|build}" diff --git a/entrypoint.sh b/entrypoint.sh index 5c508c9..4010e59 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/sh -DOCKER_IMAGE_VERSION="1.0.4" +DOCKER_IMAGE_VERSION="1.0.5" sepurator() { echo "==============================================================================="