diff --git a/Dockerfile b/Dockerfile index eed7eef..7496917 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,6 @@ CMD go test -test.v ./... FROM test as debug CMD dlv -l :40000 --headless=true --api-version=2 test -test.v ./... -FROM alpine:3.18 as runtime +FROM alpine as runtime COPY --from=build /bin/app /bin/app ENTRYPOINT ["/bin/app"] \ No newline at end of file