Skip to content

Commit

Permalink
Add git-secrets 1.3.0 in the upgrade image
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 1, 2019
1 parent 2e99046 commit bb11545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ RUN \
apt-get update && \
apt-get install --assume-yes --no-install-recommends git && \
apt-get clean && \
rm --recursive --force /var/lib/apt/lists/*
rm --recursive --force /var/lib/apt/lists/* && \
curl https://raw.githubusercontent.com/awslabs/git-secrets/1.3.0/git-secrets > /usr/bin


#############################################################################################################
Expand Down

0 comments on commit bb11545

Please sign in to comment.