diff --git a/test/Dockerfile b/test/Dockerfile index 3e5b150..896cd64 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -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"]