Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 18d2dd7

Browse files
Merge #1585
1585: Update python:3.6 Docker digest to 9367492 r=mythmon a=renovate[bot] This PR contains the following updates: | Package | Update | Change | |---|---|---| | python | digest | `3.6` -> `9367492` | Co-authored-by: Renovate Bot <[email protected]>
2 parents 091bc5f + d471db1 commit 18d2dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.6-slim@sha256:7eced2b8c751ef61f3b97dff9c60769a6074d30e5d9232630f8c68f967188845
1+
FROM python:3.6-slim@sha256:9367492c7166ab75b78fefe13960ab308bdd2afaf9f6f0a09fec7e6a2f7c5257
22
WORKDIR /app
33
RUN groupadd --gid 1001 app && useradd -g app --uid 1001 --shell /usr/sbin/nologin app
44
RUN apt-get update && \

0 commit comments

Comments
 (0)