cahnge to 1.2.0

This commit is contained in:
2022-06-30 20:13:56 +02:00
parent e88ee57b68
commit def4065c6c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.16
ENV USER=borg
ENV UID=1000
+3 -3
View File
@@ -25,11 +25,11 @@ case "$1" in
run_docker_container
;;
build)
build_docker_image "latest"
build_docker_image "1.2.0"
;;
upload)
build_docker_image "latest"
docker push "$DOCKER_IMAGE_NAME:latest"
build_docker_image "1.2.0"
docker push "$DOCKER_IMAGE_NAME:1.2.0"
;;
*)
echo "Usage: $0 {run|build}"
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh
DOCKER_IMAGE_VERSION="1.0.3"
DOCKER_IMAGE_VERSION="1.0.4"
sepurator() {
echo "==============================================================================="