Skip to content

Commit

Permalink
Use UID and GID 2000 when creating Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Jun 6, 2024
1 parent fc41cdc commit b465f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/release/hermes.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN cargo build --release

FROM ubuntu:latest
LABEL maintainer="[email protected]"
ARG UID=1000
ARG GID=1000
ARG UID=2000
ARG GID=2000

RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
RUN update-ca-certificates
Expand Down

0 comments on commit b465f9f

Please sign in to comment.