Skip to content

Commit b7f13f3

Browse files
author
Ian Campbell
committed
git-cache-proxy: Update to Stretch
1 parent 117b2a3 commit b7f13f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cache-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:jessie
1+
FROM debian:stretch
22
RUN apt-get update && apt-get install -y chiark-scripts git openbsd-inetd
33
RUN useradd --system git-cache && mkdir /var/cache/git-cache-proxy && chown git-cache /var/cache/git-cache-proxy
44
RUN echo "9419 stream tcp nowait git-cache /usr/bin/git-cache-proxy git-cache-proxy -D" > /etc/inetd.conf

0 commit comments

Comments
 (0)