Skip to content

Commit 455c16a

Browse files
committed
Runtime image updated: fn user/group fix
1 parent 2a85cd2 commit 455c16a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/runtime/3.7.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM python:3.7.1-slim-stretch
22

3-
RUN addgroup -g 1000 -S fn && adduser -S -u 1000 -G fn fn
3+
RUN addgroup --gid 1000 --system fn && adduser --system --uid 1000 --ingroup fn fn

0 commit comments

Comments
 (0)