Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG PDM_VERSION=2.22.2
ARG COPIER_VERSION=9.4.1
ARG USER_UID=1000

FROM python:${PYTHON_VERSION}@sha256:d57ec66c94b9497b9f3c66f6cdddc1e4e0bad4c584397e0b57a721baef0e6fdc AS base
FROM python:${PYTHON_VERSION}@sha256:137ae4b9f85671bd912a82a19b6966e2655f73e13579b5d6ad4edbddaaf62a9c AS base
ARG USER_UID
RUN addgroup --system abc && \
adduser \
Expand Down