Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
noahg1 authored Aug 22, 2024
1 parent d0f9650 commit a3f4c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN go mod download && go mod verify
COPY . .
RUN go build -ldflags="-s -w" -v -o /usr/local/bin/ ./...

ENTRYPOINT ["docker-shim"]
ENTRYPOINT ["vault-shim"]

0 comments on commit a3f4c57

Please sign in to comment.