Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fish-sammy authored Sep 26, 2024
2 parents 2812f34 + 2c52c94 commit 104d584
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 @@ -37,7 +37,7 @@ FROM alpine:3.18

ARG USER_ID=1000
ARG GROUP_ID=1001
RUN apk add jq
RUN apk add --no-cache jq bash
COPY --from=build /go/axelar/bin/* /usr/local/bin/
RUN addgroup -S -g ${GROUP_ID} axelard && adduser -S -u ${USER_ID} axelard -G axelard
USER axelard
Expand Down

0 comments on commit 104d584

Please sign in to comment.