diff --git a/Dockerfile b/Dockerfile index b7cf2ef..777d052 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:edge ENV USER=borg ENV UID=1000 diff --git a/build.sh b/build.sh index 5542781..aaa09b9 100755 --- a/build.sh +++ b/build.sh @@ -22,5 +22,3 @@ build_docker_image() { build_docker_image "latest" run_docker_container - -#build_docker_image "1.1.17" \ No newline at end of file