Skip to content

Commit

Permalink
Add LAST_MODIFIED to trigger new docker build (fix security vulns)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrlee committed Mar 8, 2018
1 parent 2ad7df8 commit 57868d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM debian:buster

LABEL LAST_MODIFIED=20180308

# runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
Expand Down

0 comments on commit 57868d3

Please sign in to comment.