Skip to content

Commit

Permalink
Merge pull request #1 from gtardif/fix_sleep_infinity
Browse files Browse the repository at this point in the history
Fix sleep infinity & add git in proxy container
  • Loading branch information
glours committed Jul 1, 2021
2 parents 2479e10 + 4c0a387 commit 899c115
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
FROM nginx:1.13-alpine
FROM nginx:1.21-alpine

RUN apk update \
&& apk add git

COPY conf /etc/nginx/conf.d/default.conf

0 comments on commit 899c115

Please sign in to comment.