Skip to content

Commit

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

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| python | final | digest | `e18e0a4` -> `1689dea` |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot authored Sep 14, 2020
2 parents 1d1ec02 + 3f9c498 commit ff632c6
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:e18e0a49ce9a4d6bd6aa214136294dc5d840cc45acfe634f87ecc1f89220c8e6
FROM python:3.7-slim@sha256:1689dea3fe5e2f230c3b2d0cc18b64e96f8214082c78792c67dbc1bda9b6c67c
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:e18e0a49ce9a4d6bd6aa214136294dc5d840cc45acfe634f87ecc1f89220c8e6
FROM python:3.7-slim@sha256:1689dea3fe5e2f230c3b2d0cc18b64e96f8214082c78792c67dbc1bda9b6c67c
WORKDIR /app

RUN apt-get update && \
Expand Down

0 comments on commit ff632c6

Please sign in to comment.