Skip to content

Commit

Permalink
Revert Dockerfile user to 65532 (#697)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Revert /liberty chown to root group

* Re-add group to Dockerfile user
  • Loading branch information
kabicin authored Mar 8, 2025
1 parent 2e84281 commit bb1956b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -ldflags="-s -w" -a -o mana
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi-minimal

ARG USER_ID=1001
ARG GROUP_ID=1001
ARG USER_ID=65532
ARG GROUP_ID=65532

ARG VERSION_LABEL=1.4.2
ARG RELEASE_LABEL=XX
Expand Down

0 comments on commit bb1956b

Please sign in to comment.