Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Jun 27, 2024
1 parent 6e05785 commit 3e18c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0.X/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM alpine:latest
# This is the release of Vault to pull in.
ARG VAULT_VERSION=1.17.1

ENV SKIP_SETCAP=1

# Create a vault user and group first so the IDs get set the same way,
# even as the rest of this may change over time.
RUN addgroup vault && \
Expand Down

0 comments on commit 3e18c4a

Please sign in to comment.