Skip to content

Commit

Permalink
Pin Docker digests (projectcaluma#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sliverc committed Jan 17, 2019
1 parent 57c51af commit 399fdcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.6@sha256:a01b318f4768a20a679da7d901de1676de0079bf85a01179611dd3fec67d5d66

RUN wget -q https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh -P /usr/local/bin \
&& chmod +x /usr/local/bin/wait-for-it.sh \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.4"
services:
db:
image: postgres:9.6-alpine
image: postgres:9.6-alpine@sha256:9ca98c730b23ecf4e0f89c4acc070ece194f43032f88e4b89a2bf942cb281b9e
environment:
- POSTGRES_USER=caluma
# following option is a must to configure on production system:
Expand Down

0 comments on commit 399fdcf

Please sign in to comment.