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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python:3.9-slim Docker digest to a58ae37
Browse files Browse the repository at this point in the history
renovate-bot committed Dec 2, 2020
1 parent 526eaeb commit 542731a
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.9-slim@sha256:de73afabeb56845daee86de96e86960d906e975fe7210b6675bf40002eebcc09
FROM python:3.9-slim@sha256:a58ae3734bcbdbf8eaad4004bd874fca268144c932301710c4a24dbf297433a4
WORKDIR /app
RUN groupadd --gid 10001 app && useradd -g app --uid 10001 --shell /usr/sbin/nologin app
RUN apt-get update && \
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.9-slim@sha256:de73afabeb56845daee86de96e86960d906e975fe7210b6675bf40002eebcc09
FROM python:3.9-slim@sha256:a58ae3734bcbdbf8eaad4004bd874fca268144c932301710c4a24dbf297433a4
WORKDIR /app

RUN apt-get update && \

0 comments on commit 542731a

Please sign in to comment.