From bfc29e02f6c26a98d9785637288634706901f34d Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Thu, 30 Jun 2022 20:32:55 +0200 Subject: [PATCH] add latest --- Dockerfile | 2 +- build.sh | 6 +++--- entrypoint.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 "==============================================================================="