diff options
author | Antoine GIRARD | 2017-12-10 03:50:50 +0100 |
---|---|---|
committer | Lunny Xiao | 2017-12-10 10:50:50 +0800 |
commit | 23ffdf42c8379cd3621286531e8ceed9b1948d8a (patch) | |
tree | 94f9d56a264bc278dfa4bf6c93e06dda87b01fe6 /Dockerfile | |
parent | b8e45b1e19895966617fe6db049de1a1af499b03 (diff) |
Update alpine to 3.7 (#3121)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index dba14d579..a99f76bc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.6 +FROM alpine:3.7 LABEL maintainer="The Gitea Authors" EXPOSE 22 3000 |