summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJean-Philippe Roemer <jp@roemer.im>2016-02-25 17:41:41 +0000
committerJean-Philippe Roemer <jp@roemer.im>2016-02-25 20:43:40 +0000
commit7845075bd24997e625b205d5159e847b40c029dc (patch)
tree3305c51986015c4e6065c88b6b4aee04486f7ab2 /Dockerfile
parent129638117f1eed78475a041bd65097e56939caca (diff)
downloadgitea-7845075bd24997e625b205d5159e847b40c029dc.tar.gz
gitea-7845075bd24997e625b205d5159e847b40c029dc.zip
Dockerfile & Dockerfile.pi updates
- Upgrade of gosu to v1.7 - Change in docker/build.sh to use `--no-cache` to prevent APKINDEX creation when installing dev dependencies - Manual upgrade of Alpine on Raspberry Pi when building to make sure the environment is the same as the standard Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0975135a10..8853eab51a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.3
MAINTAINER jp@roemer.im
# Install system utils & Gogs runtime dependencies
-ADD https://github.com/tianon/gosu/releases/download/1.6/gosu-amd64 /usr/sbin/gosu
+ADD https://github.com/tianon/gosu/releases/download/1.7/gosu-amd64 /usr/sbin/gosu
RUN chmod +x /usr/sbin/gosu \
&& apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh socat