Skip to content

Commit

Permalink
Merge #1976
Browse files Browse the repository at this point in the history
1976: Update python:3.7-slim Docker digest to ad0adc0 r=rehandalal a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| python | final | digest | `93cb70c` -> `ad0adc0` |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot authored Sep 11, 2019
2 parents 143a031 + 86a28cd commit d008786
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.7-slim@sha256:93cb70c52a4351871557f1daa6cfaf6081840804f3f69a3c55b291bd58f75793
FROM python:3.7-slim@sha256:ad0adc0460e66f79ee604262a1083e3a0b62c1adae5d08fa5084b7eb4d1e1444
WORKDIR /app
RUN groupadd --gid 10001 app && useradd -g app --uid 10001 --shell /usr/sbin/nologin app
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim@sha256:93cb70c52a4351871557f1daa6cfaf6081840804f3f69a3c55b291bd58f75793
FROM python:3.7-slim@sha256:ad0adc0460e66f79ee604262a1083e3a0b62c1adae5d08fa5084b7eb4d1e1444
WORKDIR /app

RUN groupadd --gid 10001 app && useradd -g app -d /app --uid 10001 --shell /usr/sbin/nologin app
Expand Down

0 comments on commit d008786

Please sign in to comment.