Skip to content

Commit

Permalink
Merge pull request #5 from gulfofmaine/renovate/docker-digests-pin
Browse files Browse the repository at this point in the history
Pin Docker digests
  • Loading branch information
abkfenris authored Jan 16, 2019
2 parents d41f4bb + 012bb13 commit 936ed82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7.0
FROM python:3.7.0@sha256:10608fb357a18383f792efbf7472ec6d2e166dad62efc0d7c409ef2777aaafd0

# Output logging faster
ENV PYTHONUNBUFFERED 1
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# services:
db:
image: mdillon/postgis:10-alpine
image: mdillon/postgis:10-alpine@sha256:06ee73c16ad7e5e5ca59df6aabf5f18338a3e42d9a6dfe797ef3c27e3f3f62e7
restart: always
env_file:
- ./docker-data/secret.env
Expand All @@ -12,7 +12,7 @@ db:
- ./docker-data/postgres:/var/lib/postgresql/data

cache:
image: redis:5.0.3-alpine
image: redis:5.0.3-alpine@sha256:8e3ba72cd2bb6e508c430f303830e5dc5e4c210f06fd84ac91b2412352d555f7
restart: always

web:
Expand Down

0 comments on commit 936ed82

Please sign in to comment.