Skip to content

Commit

Permalink
Merge pull request #4306 from freedomofpress/4301-test-new-linting-co…
Browse files Browse the repository at this point in the history
…ntainer-in-ci

Transitions lint container to Debian Stretch
  • Loading branch information
emkll authored Mar 28, 2019
2 parents 455e69a + 9ef201a commit 8cd1f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/docker/Dockerfile.linting
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM koalaman/shellcheck:v0.4.7 as shellcheck

FROM gcr.io/google-containers/python:2.7.11-slim
FROM python:2.7.16-slim-stretch
LABEL MAINTAINER="Freedom of the Press Foundation"
LABEL APP="SDLinter"

Expand Down

0 comments on commit 8cd1f64

Please sign in to comment.