Skip to content

Commit

Permalink
Update python:3.7-slim Docker digest to 8a125f6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 11, 2019
1 parent f060dd6 commit fa4dbbf
Showing 1 changed file with 1 addition and 1 deletion.
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:2c45f2dc0744b56c18ea5f26ea675fc3573d27d01261ab4b98845ab3e63d13b5
FROM python:3.7-slim@sha256:8a125f6e8b3ef47daa4cf1ae461e5cdd3acce5935c2a4fdd7b3d5be3846d6d0d
WORKDIR /app
RUN groupadd --gid 1001 app && useradd -g app --uid 1001 --shell /usr/sbin/nologin app
RUN apt-get update && \
Expand Down

0 comments on commit fa4dbbf

Please sign in to comment.