Skip to content

Commit bb1956b

Browse files
authored
Revert Dockerfile user to 65532 (#697)
* Update Dockerfile * Revert /liberty chown to root group * Re-add group to Dockerfile user
1 parent 2e84281 commit bb1956b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -ldflags="-s -w" -a -o mana
4444
# Refer to https://github.com/GoogleContainerTools/distroless for more details
4545
FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi-minimal
4646

47-
ARG USER_ID=1001
48-
ARG GROUP_ID=1001
47+
ARG USER_ID=65532
48+
ARG GROUP_ID=65532
4949

5050
ARG VERSION_LABEL=1.4.2
5151
ARG RELEASE_LABEL=XX

0 commit comments

Comments
 (0)