Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvatt committed Jan 8, 2025
1 parent 59cf2fb commit d0e5fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . .
RUN go build -o knorten .

RUN adduser -u 1001 knorten -D && \
mkdir -p /home/knorten/.config/helm/registry && \
mkdir -p /home/knorten/.config/helm && \
chown -R knorten:knorten /home/knorten

FROM gcr.io/distroless/static-debian11
Expand Down

0 comments on commit d0e5fb8

Please sign in to comment.