Skip to content

Commit

Permalink
Update UID and GID to 2000 in Hermes Dockerfile used for images (#4059)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 authored Jun 21, 2024
1 parent 7e3f11e commit ddc0dd8
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 ddc0dd8

Please sign in to comment.