diff --git a/Dockerfile b/Dockerfile index 0bba4d5..c6c40aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ CMD go test -test.v ./... FROM test as debug CMD dlv -l :40000 --headless=true --api-version=2 test -test.v ./... -FROM alpine:3.16.2 as runtime +FROM alpine:3.17 as runtime COPY --from=build /bin/nsmgr /bin/nsmgr COPY --from=build /bin/dlv /bin/dlv COPY --from=build /bin/grpc-health-probe /bin/grpc-health-probe