Update 'Dockerfile'

This commit is contained in:
techknowlogick 2021-09-29 04:05:18 +08:00
parent 1ff26f7746
commit 946a559371
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
FROM golang:1.17-buster
RUN addgroup \
-S -g 1000 \
--gid 1000 \
gitea && \
adduser \
-S-D \
-s /bin/bash \
-u 1000 \
-G gitea \
-D \
--shell /bin/bash \
--uid 1000 \
--group gitea \
gitea
# upgrade git to v2.33.0