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

Commit d471db1

Browse files
committed
Update python:3.6 Docker digest to 9367492
1 parent 091bc5f commit d471db1

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)