Skip to content

Commit

Permalink
set uid and gid to 999
Browse files Browse the repository at this point in the history
  • Loading branch information
jmutai committed Sep 17, 2024
1 parent 45ec05f commit fe64e78
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
@@ -1,7 +1,7 @@
FROM ubuntu:24.04
ARG VAULT_VERSION=1.17.5 # https://github.com/hashicorp/vault/releases
ARG UID=100
ARG GID=1000
ARG UID=999
ARG GID=999
ARG KUBECTL_VERSION=v1.27.13

RUN groupadd -g "${GID}" vault && mkdir -p /home/vault \
Expand Down

0 comments on commit fe64e78

Please sign in to comment.