summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorThomas Boerger <tboerger@suse.de>2016-11-28 17:23:22 +0100
committerThomas Boerger <tboerger@suse.de>2016-11-28 17:23:22 +0100
commit4b0abdae9e989614066fa01297d08ca5a7565daa (patch)
treea38a3924c07f907e74eded6b70682ca10ac9f810 /Dockerfile
parent972ce6b791244ca99959a725aed693628ae895ef (diff)
downloadgitea-4b0abdae9e989614066fa01297d08ca5a7565daa.tar.gz
gitea-4b0abdae9e989614066fa01297d08ca5a7565daa.zip
Replaced edge with 3.4 for the alpine base image
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c5aba1cfe9..80dc194c1b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:edge
+FROM alpine:3.4
MAINTAINER Thomas Boerger <thomas@webhippie.de>
EXPOSE 22 3000